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

Unified Diff: chrome/browser/profiles/profile_manager.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_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index bca991b4b6333766f7c09b339599cba0931b4bb3..db2559e15f403a4e700c801360d8c8ebc24c9d1c 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -140,6 +140,7 @@ class ProfileManager : public base::NonThreadSafe,
Profile* GetProfileByPath(const base::FilePath& path) const;
// Profile::Delegate implementation:
+ virtual void OnPrefsLoaded(Profile* profile) OVERRIDE;
virtual void OnProfileCreated(Profile* profile,
bool success,
bool is_new_profile) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698