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

Unified Diff: ui/views/controls/webview/webview.cc

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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 | « ui/keyboard/keyboard_controller_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/webview/webview.cc
diff --git a/ui/views/controls/webview/webview.cc b/ui/views/controls/webview/webview.cc
index e7885005272b60c12fd514ee434102bb64d7c9ba..f1f12d015446d245c42fea9bac362d5627040814 100644
--- a/ui/views/controls/webview/webview.cc
+++ b/ui/views/controls/webview/webview.cc
@@ -80,7 +80,7 @@ void WebView::SetEmbedFullscreenWidgetMode(bool enable) {
void WebView::LoadInitialURL(const GURL& url) {
GetWebContents()->GetController().LoadURL(
- url, content::Referrer(), content::PAGE_TRANSITION_AUTO_TOPLEVEL,
+ url, content::Referrer(), ui::PAGE_TRANSITION_AUTO_TOPLEVEL,
std::string());
}
« no previous file with comments | « ui/keyboard/keyboard_controller_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698