~justinmcp/unity-chromium-extension/native-messaging-base

« back to all changes in this revision

Viewing changes to chromium-patches/stable-23.0.1271.64/7-npapi-permission-not-defaults-to-unauthorized.patch

  • Committer: CI bot
  • Author(s): Justin McPherson
  • Date: 2014-02-17 23:43:23 UTC
  • mfrom: (239.2.1 remove-patches)
  • Revision ID: ps-jenkins@lists.canonical.com-20140217234323-4pw656wfrooeinde
Chromium patches are no longer maintained in this repo, remove them to avoid confusion. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: src/chrome/browser/resources/plugin_metadata/plugins_linux.json
2
 
===================================================================
3
 
--- src/chrome/browser/resources/plugin_metadata/plugins_linux.json     (revision 165188)
4
 
+++ src/chrome/browser/resources/plugin_metadata/plugins_linux.json     (working copy)
5
 
@@ -143,5 +143,21 @@
6
 
     ],
7
 
     "name": "Chrome PDF Viewer",
8
 
     "group_name_matcher": "Chrome PDF Viewer"
9
 
+  },
10
 
+  "libunity_npapi_plugin.so": {
11
 
+    "mime_types": [
12
 
+      "application/x-unity-webapps-npapi"
13
 
+    ],
14
 
+    "versions": [
15
 
+      {
16
 
+        "version": "0",
17
 
+        "status": "up_to_date",
18
 
+        "reference": "https://launchpad.net/unity-chromium-extension/12.10"
19
 
+      }
20
 
+    ],
21
 
+    "lang": "en-US",
22
 
+    "name": "Ubuntu Unity Chromium extension",
23
 
+    "url": "https://launchpad.net/ubuntu/quantal/+source/unity-chromium-extension",
24
 
+    "group_name_matcher": "Ubuntu Unity Chromium Extension"
25
 
   }
26
 
 }