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

Unified Diff: content/shell/shell.cc

Issue 10828378: Convert the indexed db pyauto tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: content/shell/shell.cc
===================================================================
--- content/shell/shell.cc (revision 152131)
+++ content/shell/shell.cc (working copy)
@@ -126,7 +126,8 @@
web_contents_->GetController().LoadURL(
url,
Referrer(),
- PAGE_TRANSITION_TYPED,
+ static_cast<PageTransition>(
+ PAGE_TRANSITION_TYPED | PAGE_TRANSITION_FROM_ADDRESS_BAR),
std::string());
web_contents_->Focus();
}

Powered by Google App Engine
This is Rietveld 408576698