| Index: chrome/browser/ui/views/external_tab_container_win.cc
|
| diff --git a/chrome/browser/ui/views/external_tab_container_win.cc b/chrome/browser/ui/views/external_tab_container_win.cc
|
| index 5a960cb299d6c1d1a2aa6ebb0ab760cab02b104a..a2b47a7297633850e57e917f79ae36c60121ad58 100644
|
| --- a/chrome/browser/ui/views/external_tab_container_win.cc
|
| +++ b/chrome/browser/ui/views/external_tab_container_win.cc
|
| @@ -1111,7 +1111,7 @@ void ExternalTabContainerWin::Navigate(const GURL& url, const GURL& referrer) {
|
|
|
| tab_contents_->web_contents()->GetController().LoadURL(
|
| url, content::Referrer(referrer, WebKit::WebReferrerPolicyDefault),
|
| - content::PAGE_TRANSITION_START_PAGE, std::string());
|
| + content::PAGE_TRANSITION_AUTO_TOPLEVEL, std::string());
|
| }
|
|
|
| bool ExternalTabContainerWin::OnGoToEntryOffset(int offset) {
|
|
|