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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 1741953002: mojo: Sketch a profile application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Maybe fix mojom dependencies Created 4 years, 10 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
« no previous file with comments | « no previous file | components/profile_service/BUILD.gn » ('j') | components/profile_service/profile_app.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 43eb1c85e13ff33136a7c26403b71f5bd5a25974..910f7ec00191d0899a80422198fded43bbecdc97 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -460,6 +460,8 @@ ProfileImpl::ProfileImpl(
safe_browsing_service->CreatePreferenceValidationDelegate(this);
}
+ content::BrowserContext::InitializeProfileApplication(this);
jam 2016/02/27 01:34:45 need to do this for other BrowserContexts, and add
+
{
prefs_ = chrome_prefs::CreateProfilePrefs(
path_, sequenced_task_runner, pref_validation_delegate_.get(),
« no previous file with comments | « no previous file | components/profile_service/BUILD.gn » ('j') | components/profile_service/profile_app.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698