| Index: webkit/plugins/plugin_switches.cc
|
| ===================================================================
|
| --- webkit/plugins/plugin_switches.cc (revision 98703)
|
| +++ webkit/plugins/plugin_switches.cc (working copy)
|
| @@ -12,6 +12,10 @@
|
| // Dumps extra logging about plugin loading to the log file.
|
| const char kDebugPluginLoading[] = "debug-plugin-loading";
|
|
|
| +// Disables NativeClient's access to Pepper3D.
|
| +const char kDisablePepper3dForUntrustedUse[] =
|
| + "disable-pepper-3d-for-untrusted-use";
|
| +
|
| #if defined(OS_WIN)
|
| // Used by the plugins_test when testing the older WMP plugin to force the new
|
| // plugin to not get loaded.
|
|
|