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

Unified Diff: extensions/browser/guest_view/app_view/app_view_guest.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
Index: extensions/browser/guest_view/app_view/app_view_guest.cc
diff --git a/extensions/browser/guest_view/app_view/app_view_guest.cc b/extensions/browser/guest_view/app_view/app_view_guest.cc
index d3a40ecd9c82571921d800778b3578556bdbf748..ec14cc8d1471bc2be243e6d89a63805574803366 100644
--- a/extensions/browser/guest_view/app_view/app_view_guest.cc
+++ b/extensions/browser/guest_view/app_view/app_view_guest.cc
@@ -203,7 +203,7 @@ void AppViewGuest::DidAttachToEmbedder() {
// events to the guest, and the guest knows how to get frames to the
// embedder.
web_contents()->GetController().LoadURL(
- url_, content::Referrer(), content::PAGE_TRANSITION_LINK, std::string());
+ url_, content::Referrer(), ui::PAGE_TRANSITION_LINK, std::string());
}
void AppViewGuest::DidInitialize() {
« no previous file with comments | « extensions/browser/extension_host.cc ('k') | extensions/browser/guest_view/extension_options/extension_options_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698