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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 144983002: Fixed chrome://settings/accounts availability for MP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index e31cadd2977e355f09c762b15550992c72e81c98..7c97f1ebc63ca7dacd253786b3cdf687604b1939 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -62,6 +62,8 @@ class ProfileHelper : public BrowsingDataRemover::Observer,
// signin Profile.
static bool IsSigninProfile(Profile* profile);
+ static bool IsProfileOwner(Profile* profile);
Nikita (slow) 2014/01/22 14:45:29 nit: IsOwnerProfile seems to fit pattern better.
ygorshenin1 2014/01/27 09:13:14 Done.
+
// Initialize a bunch of services that are tied to a browser profile.
// TODO(dzhioev): Investigate whether or not this method is needed.
void ProfileStartup(Profile* profile, bool process_startup);
« no previous file with comments | « no previous file | chrome/browser/chromeos/profiles/profile_helper.cc » ('j') | chrome/browser/chromeos/profiles/profile_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698