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

Unified Diff: content/content_browser.gypi

Issue 367653002: Add a FrameHostMsg_BeginNavigation IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Nasko's comments Created 6 years, 5 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 d18de9a62289d611e42b1cf8b7b12957a717203b..f7f053766bca5b18210cc8182e2412427140fd2a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -574,6 +574,10 @@
'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_request.cc',
+ 'browser/frame_host/navigation_request.h',
+ 'browser/frame_host/navigation_request_info.cc',
+ 'browser/frame_host/navigation_request_info.h',
'browser/frame_host/navigator.cc',
'browser/frame_host/navigator.h',
'browser/frame_host/navigator_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698