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

Unified Diff: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc

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
« no previous file with comments | « chrome/browser/ui/views/web_intent_picker_views.cc ('k') | chrome/common/extensions/api/history.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
diff --git a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
index 9be55dbe46a189708fceea3aaf24ff8305e93b39..c9d9c4de4f0c97620dfd7fb28b2f6e0b55d2a3fa 100644
--- a/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
+++ b/chrome/browser/ui/webui/constrained_web_dialog_delegate_base.cc
@@ -45,7 +45,7 @@ ConstrainedWebDialogDelegateBase::ConstrainedWebDialogDelegateBase(
web_contents->GetController().LoadURL(delegate->GetDialogContentURL(),
content::Referrer(),
- content::PAGE_TRANSITION_START_PAGE,
+ content::PAGE_TRANSITION_AUTO_TOPLEVEL,
std::string());
}
« no previous file with comments | « chrome/browser/ui/views/web_intent_picker_views.cc ('k') | chrome/common/extensions/api/history.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698