| 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) { }
|
|
|