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

Unified Diff: chrome/browser/chromeos/login/user_image_view.cc

Issue 7054022: Use int64 instead of int for cloud policy infrastructure-delay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/user_image_view.cc
diff --git a/chrome/browser/chromeos/login/user_image_view.cc b/chrome/browser/chromeos/login/user_image_view.cc
index 50f0a63b29f5f5c81037a36d41aa9b00a919992f..1e5c5f3be4d91c7f1da6e4f75c299ad7c667ee82 100644
--- a/chrome/browser/chromeos/login/user_image_view.cc
+++ b/chrome/browser/chromeos/login/user_image_view.cc
@@ -30,7 +30,7 @@ namespace {
// after the user image selection screen is initialized. This makes sure that
// user policy network requests are made while the system is idle waiting for
// user input.
-const int kPolicyServiceInitializationDelayMilliseconds = 400;
+const int64 kPolicyServiceInitializationDelayMilliseconds = 400;
// Margin in pixels from the left and right borders of screen's contents.
const int kHorizontalMargin = 10;
« no previous file with comments | « chrome/browser/chromeos/login/base_login_display_host.cc ('k') | chrome/browser/policy/browser_policy_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698