| 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 e5f37d0e76bef9dfb1eb3dbd67f99e6d4c4b2724..0a08e7ed94cbd50c568eeaf2dc3e279a377dda8e 100644
|
| --- a/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow.cc
|
| @@ -98,7 +98,7 @@ void WebAuthFlow::Start() {
|
| controller->LoadURL(
|
| provider_url_,
|
| content::Referrer(),
|
| - content::PAGE_TRANSITION_START_PAGE,
|
| + content::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| std::string());
|
| }
|
|
|
|
|