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 8af7c07a461446af1204ceba3de1b882053d009c..f06086aaeb12a365723541db22d1dd23c909e790 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h |
@@ -103,7 +103,8 @@ class GaiaScreenHandler : public BaseScreenHandler { |
void HandleCompleteAuthentication(const std::string& gaia_id, |
const std::string& email, |
const std::string& password, |
- const std::string& auth_code); |
+ const std::string& auth_code, |
+ bool using_saml); |
void HandleCompleteAuthenticationAuthCodeOnly(const std::string& auth_code); |
void HandleCompleteLogin(const std::string& gaia_id, |
const std::string& typed_email, |