Index: chrome/browser/chromeos/login/startup_utils.cc |
diff --git a/chrome/browser/chromeos/login/startup_utils.cc b/chrome/browser/chromeos/login/startup_utils.cc |
index a32c9877b421cc05f3e666beb9d7f6fc7f601c20..229d38b3b78da18b17e99f146a7b46b12a4f5440 100644 |
--- a/chrome/browser/chromeos/login/startup_utils.cc |
+++ b/chrome/browser/chromeos/login/startup_utils.cc |
@@ -30,10 +30,6 @@ const char kOobeComplete[] = "OobeComplete"; |
// A boolean pref of the device registered flag (second part after first login). |
const char kDeviceRegistered[] = "DeviceRegistered"; |
-// Time in seconds that we wait for the device to reboot. |
-// If reboot didn't happen, ask user to reboot device manually. |
-const int kWaitForRebootTimeSec = 3; |
- |
// Saves boolean "Local State" preference and forces its persistence to disk. |
void SaveBoolPreferenceForced(const char* pref_name, bool value) { |
PrefService* prefs = g_browser_process->local_state(); |