Chromium Code Reviews| 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); |