| Index: chrome/common/chrome_plugin_lib.cc
|
| ===================================================================
|
| --- chrome/common/chrome_plugin_lib.cc (revision 47861)
|
| +++ chrome/common/chrome_plugin_lib.cc (working copy)
|
| @@ -115,12 +115,6 @@
|
| // Register Gears, if available.
|
| if (PathService::Get(chrome::FILE_GEARS_PLUGIN, &path))
|
| NPAPI::PluginList::Singleton()->AddExtraPluginPath(path);
|
| -
|
| - // Register the internal Flash, if available.
|
| - if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableInternalFlash) &&
|
| - PathService::Get(chrome::FILE_FLASH_PLUGIN, &path))
|
| - NPAPI::PluginList::Singleton()->AddExtraPluginPath(path);
|
| }
|
|
|
| static void LogPluginLoadTime(const TimeDelta &time) {
|
|
|