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

Unified Diff: content/common/frame_messages.h

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 | « content/child/request_extra_data.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index aa9bd3f5bd2d38f6a49cd9f019b2c897b635c1c6..5beaf07319b6df677376a170c8d8d720a4805582 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -211,7 +211,7 @@ IPC_STRUCT_BEGIN(FrameMsg_Navigate_Params)
IPC_STRUCT_MEMBER(std::vector<GURL>, redirects)
// The type of transition.
- IPC_STRUCT_MEMBER(content::PageTransition, transition)
+ IPC_STRUCT_MEMBER(ui::PageTransition, transition)
// Informs the RenderView the pending navigation should replace the current
// history entry when it commits. This is used for cross-process redirects so
@@ -295,7 +295,7 @@ IPC_STRUCT_BEGIN(FrameHostMsg_BeginNavigation_Params)
// True if the request was user initiated.
IPC_STRUCT_MEMBER(bool, has_user_gesture)
- IPC_STRUCT_MEMBER(content::PageTransition, transition_type)
+ IPC_STRUCT_MEMBER(ui::PageTransition, transition_type)
// Whether this navigation should replace the current session history entry on
// commit.
« no previous file with comments | « content/child/request_extra_data.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698