1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Description: Redirect flash warnings to our wiki, where we can manage users'
experience, instead of handing them off to people who don't care about them.
Author: Chad MILLER <chad.miller@canonical.com>
--- a/chrome/browser/resources/plugin_metadata/plugins_linux.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_linux.json
@@ -87,8 +87,8 @@
],
"lang": "en-US",
"name": "Adobe Flash Player",
- "help_url": "https://support.google.com/chrome/?p=plugin_flash",
- "url": "http://get.adobe.com/flashplayer/",
+ "help_url": "https://wiki.ubuntu.com/Chromium/Getting-Flash#help",
+ "url": "https://wiki.ubuntu.com/Chromium/Getting-Flash",
"displayurl": true,
"group_name_matcher": "*Shockwave Flash*"
},
|