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

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

Issue 196473015: [Profiles] Don't treat GAIA names differently than regular profile names. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove useless comment Created 6 years, 9 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_info_interface.h
diff --git a/chrome/browser/profiles/profile_info_interface.h b/chrome/browser/profiles/profile_info_interface.h
index d369f6a971d91e80bd6c9359e0b618dabfba0d2b..66f67417734a50b8fd02ff06e69e5078c20e97c5 100644
--- a/chrome/browser/profiles/profile_info_interface.h
+++ b/chrome/browser/profiles/profile_info_interface.h
@@ -53,9 +53,6 @@ class ProfileInfoInterface {
virtual base::string16 GetGAIAGivenNameOfProfileAtIndex(
size_t index) const = 0;
- // Checks if the GAIA name should be used as the profile's name.
- virtual bool IsUsingGAIANameOfProfileAtIndex(size_t index) const = 0;
-
virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
size_t index) const = 0;

Powered by Google App Engine
This is Rietveld 408576698