| Index: chrome/browser/extensions/api/identity/identity_api.cc
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.cc b/chrome/browser/extensions/api/identity/identity_api.cc
|
| index aa3c12a5af80c849d56e766caa0013060eb3b1bb..f3e5c2cbfd863c4e2258805b60b94590632fafb2 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -186,7 +186,7 @@ void IdentityGetAuthTokenFunction::ShowLoginPopup() {
|
| true));
|
| chrome::NavigateParams params(browser,
|
| signin_url,
|
| - content::PAGE_TRANSITION_START_PAGE);
|
| + content::PAGE_TRANSITION_AUTO_TOPLEVEL);
|
| params.disposition = CURRENT_TAB;
|
| params.window_action = chrome::NavigateParams::SHOW_WINDOW;
|
| chrome::Navigate(¶ms);
|
|
|