| Index: chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/web_intent_picker_gtk.cc b/chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| index e6d579d3172bf66d7bda2752cd886c3be1420c2c..8ff018627db6a1887a0ee7dda0446a6b8658510e 100644
|
| --- a/chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/web_intent_picker_gtk.cc
|
| @@ -302,7 +302,7 @@ void WebIntentPickerGtk::OnInlineDisposition(const string16& title,
|
| tab_contents_container_->SetTab(inline_disposition_tab_contents_.get());
|
|
|
| inline_disposition_tab_contents_->web_contents()->GetController().LoadURL(
|
| - url, content::Referrer(), content::PAGE_TRANSITION_START_PAGE,
|
| + url, content::Referrer(), content::PAGE_TRANSITION_AUTO_TOPLEVEL,
|
| std::string());
|
|
|
| // Replace the picker contents with the inline disposition.
|
|
|