Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2598)

Unified Diff: ppapi/native_client/src/trusted/plugin/osx_ppapi/Info.plist

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/native_client/src/trusted/plugin/osx_ppapi/Info.plist
diff --git a/ppapi/native_client/src/trusted/plugin/osx_ppapi/Info.plist b/ppapi/native_client/src/trusted/plugin/osx_ppapi/Info.plist
deleted file mode 100644
index b066504ddd4f51188a233b8bc75891f723ce7585..0000000000000000000000000000000000000000
--- a/ppapi/native_client/src/trusted/plugin/osx_ppapi/Info.plist
+++ /dev/null
@@ -1,46 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>ppNaClPlugin</string>
- <key>CFBundleIdentifier</key>
- <string>com.google.ppNaClPlugin</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>BRPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0</string>
- <key>CFBundleSignature</key>
- <string>nacl</string>
- <key>CFBundleVersion</key>
- <string>0.1</string>
- <key>CFPlugInDynamicRegisterFunction</key>
- <string></string>
- <key>CFPlugInDynamicRegistration</key>
- <string>NO</string>
- <key>CFPlugInUnloadFunction</key>
- <string></string>
- <key>WebPluginDescription</key>
- <string>ppNaClPlugin</string>
- <key>NSPrincipalClass</key>
- <string>ppNaClPlugin</string>
- <key>WebPluginMIMETypes</key>
- <dict>
- <key>application/x-nacl</key>
- <dict>
- <key>WebPluginTypeDescription</key>
- <string>PPAPI Native Client SimpleRPC interaction</string>
- <key>WebPluginExtensions</key>
- <array>
- <string>nexe,nacl</string>
- </array>
- </dict>
- </dict>
- <key>WebPluginName</key>
- <string>Google Native Client Plugin</string>
-</dict>
-</plist>

Powered by Google App Engine
This is Rietveld 408576698