| Index: chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
|
| diff --git a/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc b/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
|
| index bd4b38bdd29b6370ede10a22cabcd02f3f128136..1b2673779b0e0afb5c6fca7d0702636450c94244 100644
|
| --- a/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_inline_disposition_delegate.cc
|
| @@ -54,7 +54,7 @@ content::WebContents* WebIntentInlineDispositionDelegate::OpenURLFromTab(
|
|
|
| // Load in place.
|
| source->GetController().LoadURL(params.url, content::Referrer(),
|
| - content::PAGE_TRANSITION_START_PAGE, std::string());
|
| + content::PAGE_TRANSITION_AUTO_TOPLEVEL, std::string());
|
|
|
| // Remove previous history entries - users should not navigate in intents.
|
| source->GetController().PruneAllButActive();
|
|
|