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

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

Issue 6882038: Move writing information to the lockbox after registering with the DM server. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Fixed nits and rebase issues. Created 9 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enterprise_enrollment_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/background_view.cc
diff --git a/chrome/browser/chromeos/login/background_view.cc b/chrome/browser/chromeos/login/background_view.cc
index aa008470e9ef6f5c311b7a8f0fb02868d4500d27..8decedd539316302cad43d53ad5ceee3cc58daaa 100644
--- a/chrome/browser/chromeos/login/background_view.cc
+++ b/chrome/browser/chromeos/login/background_view.cc
@@ -496,6 +496,7 @@ void BackgroundView::UpdateEnterpriseInfo() {
status_text = l10n_util::GetStringUTF8(
IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR);
break;
+ case policy::CloudPolicySubssytem::TOKEN_FETCHED:
Mattias Nissler (ping if slow) 2011/04/20 15:12:43 You have a typo here :)
case policy::CloudPolicySubsystem::SUCCESS:
break;
}
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enterprise_enrollment_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698