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

Unified Diff: content/content_browser.gypi

Issue 483773002: PlzNavigate: implement CommitNavigation on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a class to keep track of navigation parameters 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 7006e4050f56e8e54566d0c3155b73f03ed72711..2bcd6af6787eb2fb69abd5553823171559d88b71 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -597,6 +597,8 @@
'browser/frame_host/navigation_entry_impl.h',
'browser/frame_host/navigation_entry_screenshot_manager.cc',
'browser/frame_host/navigation_entry_screenshot_manager.h',
+ 'browser/frame_host/navigation_parameters.cc',
+ 'browser/frame_host/navigation_parameters.h',
'browser/frame_host/navigation_request.cc',
'browser/frame_host/navigation_request.h',
'browser/frame_host/navigation_request_info.cc',

Powered by Google App Engine
This is Rietveld 408576698