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

Unified Diff: chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with master Created 5 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/enrollment/enrollment_screen_actor.h
diff --git a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
index b21804fb0c8676974ad08d132e41f2e4d05c101a..a2c4770f57ebef655e10e16ec6be8bbc43915337 100644
--- a/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
+++ b/chrome/browser/chromeos/login/enrollment/enrollment_screen_actor.h
@@ -33,6 +33,8 @@ class EnrollmentScreenActor {
virtual void OnRetry() = 0;
virtual void OnCancel() = 0;
virtual void OnConfirmationClosed() = 0;
+ virtual void OnDeviceAttributeProvided(const std::string& asset_id,
+ const std::string& location) = 0;
};
virtual ~EnrollmentScreenActor() {}
@@ -53,6 +55,10 @@ class EnrollmentScreenActor {
// Shows the signin screen.
virtual void ShowSigninScreen() = 0;
+ // Shows the device attribute prompt screen.
+ virtual void ShowAttributePromptScreen(const std::string& asset_id,
+ const std::string& location) = 0;
+
// Shows the spinner screen for enrollment.
virtual void ShowEnrollmentSpinnerScreen() = 0;

Powered by Google App Engine
This is Rietveld 408576698