Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 2085583005: Allow DCI to pick up contents from Internet Plug-Ins on OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarified comments. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index 22ed2aa8b65964e7a3610be177e29f07a6fe52c1..1b68612b599602984cb16ecfa8afab88d02473aa 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -748,6 +748,7 @@ 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_COMPONENTS,
+ chrome::DIR_INTERNAL_PLUGINS,
chrome::DIR_USER_DATA);
// Enable Message Loop related state asap.
« no previous file with comments | « no previous file | chrome/test/base/chrome_unit_test_suite.cc » ('j') | components/component_updater/component_updater_paths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698