| Index: chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow.cc b/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| index 30236fd3831227c533f9cedf8c568d0a760d583e..c016fca73780a2da707180b1168c9e43dc37268e 100644
|
| --- a/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| @@ -103,7 +103,7 @@ void WebAuthFlow::Start() {
|
| }
|
|
|
| WebContents* WebAuthFlow::CreateWebContents() {
|
| - return WebContents::Create(profile_, NULL, MSG_ROUTING_NONE, NULL, NULL);
|
| + return WebContents::Create(profile_, NULL, MSG_ROUTING_NONE, NULL);
|
| }
|
|
|
| void WebAuthFlow::ShowAuthFlowPopup() {
|
|
|