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

Unified Diff: chrome/browser/chromeos/login/user_manager.h

Issue 8587023: Add GAIA info to profile info cache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 9 years, 1 month 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/login/user_manager.h
diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
index d1137a980cbc629846e9055e3dfcdd27dbe7bb9e..0ee5e36126bfaf6e25eaf2da28122568fe1ecaa0 100644
--- a/chrome/browser/chromeos/login/user_manager.h
+++ b/chrome/browser/chromeos/login/user_manager.h
@@ -212,7 +212,7 @@ class UserManager : public ProfileDownloaderDelegate,
void CheckOwnership();
// ProfileDownloaderDelegate implementation.
- virtual int GetDesiredImageSideLength() OVERRIDE;
+ virtual int GetDesiredImageSize() OVERRIDE;
virtual Profile* GetBrowserProfile() OVERRIDE;
virtual void OnDownloadComplete(ProfileDownloader* downloader,
bool success) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_info_cache.h » ('j') | chrome/browser/profiles/profile_info_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698