| Index: chrome/common/chrome_paths.cc
|
| diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc
|
| index 7fec1fa9cf17d812bc4066a4837811308ae37556..a34cf8775f17815855e758ada3d47e24bd2e0d19 100644
|
| --- a/chrome/common/chrome_paths.cc
|
| +++ b/chrome/common/chrome_paths.cc
|
| @@ -277,13 +277,9 @@ bool PathProvider(int key, FilePath* result) {
|
| cur = cur.Append(FILE_PATH_LITERAL("script.log"));
|
| break;
|
| case chrome::FILE_FLASH_PLUGIN:
|
| - case chrome::FILE_FLASH_PLUGIN_EXISTING:
|
| if (!GetInternalPluginsDirectory(&cur))
|
| return false;
|
| cur = cur.Append(kInternalFlashPluginFileName);
|
| - if (key == chrome::FILE_FLASH_PLUGIN_EXISTING &&
|
| - !file_util::PathExists(cur))
|
| - return false;
|
| break;
|
| case chrome::FILE_PEPPER_FLASH_PLUGIN:
|
| if (!PathService::Get(chrome::DIR_PEPPER_FLASH_PLUGIN, &cur))
|
|
|