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

Unified Diff: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h

Issue 438493002: Added ConsumerManagementService class to handle enroll state and device owner info in boot lockbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@signin
Patch Set: Call FlushAndSignBootAttributes() in SetOwner(). Created 6 years, 4 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/ui/webui/chromeos/login/gaia_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
index ac9f391b93e7e461b1ae20d605ff3142d0f9ddc1..c432652638b33b4bf4f93077907d8341033c2783 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
@@ -85,9 +85,17 @@ class GaiaScreenHandler : public BaseScreenHandler {
void HandleCompleteAuthentication(const std::string& email,
const std::string& password,
const std::string& auth_code);
+
bartfab (slow) 2014/08/04 18:44:56 I understand why you added the blank line here and
davidyu 2014/08/05 07:27:00 Done.
void HandleCompleteLogin(const std::string& typed_email,
const std::string& password,
bool using_saml);
+ void OnSetOwnerDone(const std::string& typed_email,
bartfab (slow) 2014/08/04 18:44:56 Nit: #include <string>
davidyu 2014/08/05 07:27:00 Done.
+ const std::string& password,
+ bool using_saml,
+ bool result);
bartfab (slow) 2014/08/04 18:44:56 Nit: |result| is unclear. Better call this |succes
davidyu 2014/08/05 07:27:00 Done.
+ void DoCompleteLogin(const std::string& typed_email,
+ const std::string& password,
+ bool using_saml);
void HandleUsingSAMLAPI();
void HandleScrapedPasswordCount(int password_count);

Powered by Google App Engine
This is Rietveld 408576698