| Index: chrome/browser/plugin_updater.cc
|
| ===================================================================
|
| --- chrome/browser/plugin_updater.cc (revision 52764)
|
| +++ chrome/browser/plugin_updater.cc (working copy)
|
| @@ -88,11 +88,7 @@
|
| NPAPI::PluginList::Singleton()->DisablePlugin(file_path);
|
| }
|
|
|
| -#if defined(OS_CHROMEOS)
|
| static bool enable_internal_pdf_ = true;
|
| -#else
|
| -static bool enable_internal_pdf_ = false;
|
| -#endif
|
|
|
| void DisablePluginGroupsFromPrefs(Profile* profile) {
|
| bool update_internal_dir = false;
|
|
|