Chromium Code Reviews| Index: chrome/app/chrome_main_delegate.cc |
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
| index 8ea00c77069be45358207274c58e24df948f0198..eb84e4f56916e86e26fe8b47eb7e40fc0414ae35 100644 |
| --- a/chrome/app/chrome_main_delegate.cc |
| +++ b/chrome/app/chrome_main_delegate.cc |
| @@ -724,7 +724,8 @@ void ChromeMainDelegate::PreSandboxStartup() { |
| // Register component_updater PathProvider after DIR_USER_DATA overidden by |
| // command line flags. Maybe move the chrome PathProvider down here also? |
| - component_updater::RegisterPathProvider(chrome::DIR_USER_DATA); |
| + component_updater::RegisterPathProvider(chrome::DIR_INTERNAL_PLUGINS, |
|
xhwang
2016/05/03 22:49:42
From the offline discussion it seems we should put
waffles
2016/05/10 18:15:53
Switched to DIR_MODULE. On most platforms, this is
xhwang
2016/05/10 18:58:20
On Mac we don't need to be in "Internet Plug-ins",
waffles
2016/05/11 21:42:57
Added a DIR_COMPONENTS, which is DIR_MODULE usuall
|
| + chrome::DIR_USER_DATA); |
| // Enable Message Loop related state asap. |
| if (command_line.HasSwitch(switches::kMessageLoopHistogrammer)) |