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

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

Issue 1693383003: ChromeOS cryptohome should be able to use gaia id as user identifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing files. Created 4 years, 10 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/wizard_controller.cc
diff --git a/chrome/browser/chromeos/login/wizard_controller.cc b/chrome/browser/chromeos/login/wizard_controller.cc
index 9543c895dfe1ab6283253b68b7e82f8fd8943b2e..ea4c91cfc45241fb8b6cb7ef8cce019b75947197 100644
--- a/chrome/browser/chromeos/login/wizard_controller.cc
+++ b/chrome/browser/chromeos/login/wizard_controller.cc
@@ -156,6 +156,7 @@ bool IsBootstrappingMaster() {
}
bool NetworkAllowUpdate(const chromeos::NetworkState* network) {
+ return false; // Force disable update.
xiyuan 2016/02/17 23:14:25 debugging code?
Alexander Alekseev 2016/02/18 13:45:14 Yes. this was for debugging only. Removed.
if (!network || !network->IsConnectedState())
return false;
if (network->type() == shill::kTypeBluetooth ||

Powered by Google App Engine
This is Rietveld 408576698