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

Unified Diff: chrome/browser/supervised_user/legacy/custodian_profile_downloader_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/supervised_user/legacy/custodian_profile_downloader_service.h
diff --git a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h
index c8cac37215f21ee5321de2df789339de71fd3b5a..719c24459badfcec9b434b489a0125b47483e55f 100644
--- a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h
+++ b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h
@@ -32,7 +32,7 @@ class CustodianProfileDownloaderService : public KeyedService,
// ProfileDownloaderDelegate:
bool NeedsProfilePicture() const override;
- int GetDesiredImageSideLength() const override;
+ unsigned int GetDesiredImageSideLength() const override;
Marc Treib 2016/01/11 09:23:05 Using "unsigned" to mean "this will never be negat
anthonyvd 2016/01/11 17:05:35 I took this to be a case where the value we're ret
Marc Treib 2016/01/11 17:27:28 Aaand now you don't need my LGTM anymore ;)
std::string GetCachedPictureURL() const override;
Profile* GetBrowserProfile() override;
bool IsPreSignin() const override;

Powered by Google App Engine
This is Rietveld 408576698