Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1334)

Unified Diff: chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm

Issue 10897034: First part of PAGE_TRANSITION_START_PAGE cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
index acf53295e2946c07cf6f92f34e7061fa9b3f8b42..563a50074fb929916aee58541e3eacadf49a40e7 100644
--- a/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
+++ b/chrome/browser/ui/cocoa/web_intent_picker_cocoa.mm
@@ -176,7 +176,7 @@ void WebIntentPickerCocoa::OnInlineDisposition(const string16& title,
inline_disposition_tab_contents_->web_contents()->GetController().LoadURL(
url,
content::Referrer(),
- content::PAGE_TRANSITION_START_PAGE,
+ content::PAGE_TRANSITION_AUTO_TOPLEVEL,
std::string());
[sheet_controller_ setInlineDispositionTitle:
base::SysUTF16ToNSString(title)];
« no previous file with comments | « chrome/browser/ui/cocoa/web_dialog_window_controller.mm ('k') | chrome/browser/ui/extensions/application_launch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698