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

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

Issue 53383002: ChromeOS: Remove ProfileHelper::IsSigninProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TestingProfile. Created 7 years, 2 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 2d11609a53a232ad80921203bd728849810f3433..c6d60261eccd4d598d7b663b7d41f6b51c3e15e1 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -51,11 +51,6 @@ class ProfileHelper : public BrowsingDataRemover::Observer,
// could not be extracted from |profile|.
static std::string GetUserIdHashFromProfile(Profile* profile);
- // Returns true if |profile| is the signin Profile. This can be used during
- // construction of the signin Profile to determine if that Profile is the
- // signin Profile.
- static bool IsSigninProfile(Profile* profile);
-
// 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);

Powered by Google App Engine
This is Rietveld 408576698