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

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: rebase to ToT 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 787351fd3a43da1c0fc8067f0b818eed7f736e1d..01fed2d896f4398da1d737dbab3f8f2cbe58b14a 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
@@ -20,9 +20,7 @@ class FakeWebAuthFlow : public WebAuthFlow {
: WebAuthFlow(delegate,
NULL,
GURL(),
- WebAuthFlow::INTERACTIVE,
- gfx::Rect(),
- chrome::GetActiveDesktop()) {}
+ WebAuthFlow::INTERACTIVE) {}
virtual void Start() OVERRIDE {}
};
@@ -35,7 +33,6 @@ class TestGaiaWebAuthFlow : public GaiaWebAuthFlow {
GoogleServiceAuthError::State ubertoken_error_state)
: GaiaWebAuthFlow(delegate,
NULL,
- chrome::GetActiveDesktop(),
"extension_id",
oauth2_info),
ubertoken_error_(ubertoken_error_state) {}
« no previous file with comments | « chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc ('k') | chrome/browser/extensions/api/identity/identity_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698