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

Unified Diff: chrome/browser/profiles/profile.h

Issue 23868042: Mark supervised profiles as such immediately when they're created. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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/browser/profiles/profile.h
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
index 3af9eeb3c6176af068cef908cb168cc99dd79ed1..c0fcb62d1ad9ba9ee68d4717394fc42628e21baa 100644
--- a/chrome/browser/profiles/profile.h
+++ b/chrome/browser/profiles/profile.h
@@ -134,6 +134,10 @@ class Profile : public content::BrowserContext {
public:
virtual ~Delegate();
+ // Called when preferences for the profile have been loaded, but before all
+ // the profile services have been initialized.
+ virtual void OnPrefsLoaded(Profile* profile) = 0;
+
// Called when creation of the profile is finished.
virtual void OnProfileCreated(Profile* profile,
bool success,

Powered by Google App Engine
This is Rietveld 408576698