| Index: chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| index 114cec8f86d272078cc646f1972c752978fcea58..5a41809132f68696272fbb8473774300495931b0 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc
|
| @@ -144,6 +144,10 @@ bool MakePepperFlashPluginInfo(const FilePath& flash_path,
|
| plugin_info->name = kFlashPluginName;
|
| plugin_info->permissions = kPepperFlashPermissions;
|
|
|
| + // TODO(brettw) bug 147507: remove this logging.
|
| + LOG(INFO) << "MakePepperFlashPluginInfo permissions = "
|
| + << plugin_info->permissions;
|
| +
|
| // The description is like "Shockwave Flash 10.2 r154".
|
| plugin_info->description = StringPrintf("%s %d.%d r%d",
|
| kFlashPluginName, ver_nums[0], ver_nums[1], ver_nums[2]);
|
|
|