| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index 05f9947680f07fb636eafc5497717ac8ede56d20..05ed4c5aa345ff1d2cfdac9e9d5ebb78b8c16c46 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -221,9 +221,7 @@ content::PepperPluginInfo CreatePepperFlashInfo(const FilePath& path,
|
| switches::kPpapiFlashInProcess);
|
| plugin.name = kFlashPluginName;
|
| plugin.path = path;
|
| - plugin.permissions = ppapi::PERMISSION_DEV |
|
| - ppapi::PERMISSION_PRIVATE |
|
| - ppapi::PERMISSION_BYPASS_USER_GESTURE;
|
| + plugin.permissions = kPepperFlashPermissions;
|
|
|
| std::vector<std::string> flash_version_numbers;
|
| base::SplitString(version, '.', &flash_version_numbers);
|
|
|