| Index: chrome/browser/chromeos/file_manager/open_with_browser.cc
|
| diff --git a/chrome/browser/chromeos/file_manager/open_with_browser.cc b/chrome/browser/chromeos/file_manager/open_with_browser.cc
|
| index 1084fbdfb82a61da16fd6146f85c7b7fd7db2430..974b34a02d618cb655e76b522e017dbc09bb0142 100644
|
| --- a/chrome/browser/chromeos/file_manager/open_with_browser.cc
|
| +++ b/chrome/browser/chromeos/file_manager/open_with_browser.cc
|
| @@ -95,7 +95,7 @@ bool IsFlashPluginEnabled(Profile* profile) {
|
| DCHECK(profile);
|
|
|
| base::FilePath plugin_path(
|
| - CommandLine::ForCurrentProcess()->GetSwitchValueNative(
|
| + base::CommandLine::ForCurrentProcess()->GetSwitchValueNative(
|
| switches::kPpapiFlashPath));
|
| if (plugin_path.empty())
|
| PathService::Get(chrome::FILE_PEPPER_FLASH_PLUGIN, &plugin_path);
|
|
|