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

Unified Diff: chrome/browser/chromeos/login/helper.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/chromeos/login/helper.h
diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
index dd5f2b48adacd117863beb690e34d1eb8ad15dae..b26a8b0d941a685c87894a4c5434ac5f564be663 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -38,7 +38,7 @@ namespace chromeos {
gfx::Rect CalculateScreenBounds(const gfx::Size& size);
// Returns the size of user image required for proper display under current DPI.
-int GetCurrentUserImageSize();
+unsigned int GetCurrentUserImageSize();
// Define the constants in |login| namespace to avoid potential
// conflict with other chromeos components.

Powered by Google App Engine
This is Rietveld 408576698