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

Unified Diff: chrome/browser/chromeos/login/enterprise_enrollment_screen.h

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
Index: chrome/browser/chromeos/login/enterprise_enrollment_screen.h
diff --git a/chrome/browser/chromeos/login/enterprise_enrollment_screen.h b/chrome/browser/chromeos/login/enterprise_enrollment_screen.h
index 0734a3ae336c4369c958a518b97f726a7d9f6ea0..bf9dbc613550d5795e6e888f14ab8cc01ee9da0c 100644
--- a/chrome/browser/chromeos/login/enterprise_enrollment_screen.h
+++ b/chrome/browser/chromeos/login/enterprise_enrollment_screen.h
@@ -84,7 +84,7 @@ class EnterpriseEnrollmentScreen
void HandleAuthError(const GoogleServiceAuthError& error);
// Starts the Lockbox storage process.
- void WriteInstallAttributesData(const ClientLoginResult& result);
+ void WriteInstallAttributesData();
scoped_ptr<GaiaAuthFetcher> auth_fetcher_;
std::string user_;

Powered by Google App Engine
This is Rietveld 408576698