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

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

Issue 11221002: Merge 162639 - Implement size and position support for launchWebAuthFlow. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: 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
===================================================================
--- chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc (revision 162714)
+++ chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc (working copy)
@@ -45,7 +45,8 @@
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