| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index f65cb877d6ea4227dedc10ce770276f1298cae93..b7b23d06c536b481d83972974d2e05925a716472 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -73,8 +73,6 @@ const uint32 kNaClPluginPermissions = ppapi::PERMISSION_PRIVATE |
|
| const char kPnaclPluginMimeType[] = "application/x-pnacl";
|
| const char kPnaclPluginExtension[] = "";
|
| const char kPnaclPluginDescription[] = "Portable Native Client Executable";
|
| -const uint32 kPnaclPluginPermissions = ppapi::PERMISSION_PRIVATE |
|
| - ppapi::PERMISSION_DEV;
|
|
|
| const char kO3DPluginName[] = "Google Talk Plugin Video Accelerator";
|
| const char kO3DPluginMimeType[] ="application/vnd.o3d.auto";
|
|
|