diff options
Diffstat (limited to 'chrome/browser/extensions/api/identity/gaia_web_auth_flow.h')
-rw-r--r-- | chrome/browser/extensions/api/identity/gaia_web_auth_flow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h b/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h index e9685b5..e00847b 100644 --- a/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h +++ b/chrome/browser/extensions/api/identity/gaia_web_auth_flow.h @@ -8,7 +8,6 @@ #include "base/macros.h" #include "chrome/browser/extensions/api/identity/extension_token_key.h" #include "chrome/browser/extensions/api/identity/web_auth_flow.h" -#include "chrome/browser/ui/host_desktop.h" #include "extensions/common/manifest_handlers/oauth2_manifest_handler.h" #include "google_apis/gaia/ubertoken_fetcher.h" @@ -87,7 +86,6 @@ class GaiaWebAuthFlow : public UbertokenConsumer, public WebAuthFlow::Delegate { Delegate* delegate_; Profile* profile_; std::string account_id_; - chrome::HostDesktopType host_desktop_type_; std::string redirect_scheme_; std::string redirect_path_prefix_; GURL auth_url_; |