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

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

Issue 11186036: Implement size and position support for launchWebAuthFlow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unit tests Created 8 years, 2 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/web_auth_flow_unittest.cc
diff --git a/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc b/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc
index dccad7fc72c3589d49720af22f1e2defe26c79a3..b8adc7c453b727ea14412f043499e2e27701e0e8 100644
--- a/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc
+++ b/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc
@@ -45,7 +45,8 @@ class MockWebAuthFlow : public WebAuthFlow {
profile,
extension_id,
provider_url,
- interactive ? WebAuthFlow::INTERACTIVE : WebAuthFlow::SILENT),
+ interactive ? WebAuthFlow::INTERACTIVE : WebAuthFlow::SILENT,
+ gfx::Rect()),
profile_(profile),
web_contents_(NULL),
window_shown_(false) { }
« no previous file with comments | « chrome/browser/extensions/api/identity/web_auth_flow.cc ('k') | chrome/common/extensions/api/experimental_identity.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698