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

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

Issue 1487283005: Implement the new Sync Confirmation dialog on Linux and Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and use Polymer where relevant. Created 4 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/profiles/gaia_info_update_service.h
diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h
index 32bc73fb1b6450641896d714092b6ac09d415a60..308d8f65b39545aa01bdf04a92bb8d41043b185d 100644
--- a/chrome/browser/profiles/gaia_info_update_service.h
+++ b/chrome/browser/profiles/gaia_info_update_service.h
@@ -35,7 +35,7 @@ class GAIAInfoUpdateService : public KeyedService,
// ProfileDownloaderDelegate:
bool NeedsProfilePicture() const override;
- int GetDesiredImageSideLength() const override;
+ unsigned int GetDesiredImageSideLength() const override;
Profile* GetBrowserProfile() override;
std::string GetCachedPictureURL() const override;
bool IsPreSignin() const override;

Powered by Google App Engine
This is Rietveld 408576698