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

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

Issue 6821045: Connect enrollment screen to cloud policy subsystem. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests... 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_view.h
diff --git a/chrome/browser/chromeos/login/enterprise_enrollment_view.h b/chrome/browser/chromeos/login/enterprise_enrollment_view.h
index 99e5ca6cd9765069829cc088eeb4a2861bca3679..23322f121c52872a9b7cd32db0f180fa9aa17bd4 100644
--- a/chrome/browser/chromeos/login/enterprise_enrollment_view.h
+++ b/chrome/browser/chromeos/login/enterprise_enrollment_view.h
@@ -44,6 +44,8 @@ class EnterpriseEnrollmentView : public views::View,
void ShowAuthError(const GoogleServiceAuthError& error);
void ShowAccountError();
void ShowFatalAuthError();
+ void ShowFatalEnrollmentError();
+ void ShowNetworkEnrollmentError();
// EnterpriseEnrollmentUI::Controller implementation.
virtual void OnAuthSubmitted(const std::string& user,

Powered by Google App Engine
This is Rietveld 408576698