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

Unified Diff: chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc

Issue 15897006: Identity API: switch WebAuthFlow dialog to component app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/extensions/api/identity/gaia_web_auth_flow_unittest.cc
diff --git a/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc b/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
index 63f6d8db4a9741a423e28d484db0ccf2d98bf16b..ee5d553cad56dbc065dc0f5b98055788cd6e2b89 100644
--- a/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
+++ b/chrome/browser/extensions/api/identity/gaia_web_auth_flow_unittest.cc
@@ -19,9 +19,7 @@ class FakeWebAuthFlow : public WebAuthFlow {
: WebAuthFlow(delegate,
NULL,
GURL(),
- WebAuthFlow::INTERACTIVE,
- gfx::Rect(),
- chrome::GetActiveDesktop()) {}
+ WebAuthFlow::INTERACTIVE) {}
virtual void Start() OVERRIDE {}
};
@@ -34,7 +32,6 @@ class TestGaiaWebAuthFlow : public GaiaWebAuthFlow {
GoogleServiceAuthError::State ubertoken_error_state)
: GaiaWebAuthFlow(delegate,
NULL,
- chrome::GetActiveDesktop(),
"extension_id",
oauth2_info),
ubertoken_error_(ubertoken_error_state) {}

Powered by Google App Engine
This is Rietveld 408576698