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

Unified Diff: content/content_browser.gypi

Issue 2225343002: Navigation: move RestoreType and ReloadType into a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybots ran with PS8, but one more safe change is added here Created 4 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 d9a54e2fa9df9b4d8144e6fedbe76fceda9a50bb..74b4fbb8d82ade672035459730eced0b7efed14a 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -264,6 +264,7 @@
'public/browser/push_messaging_service.h',
'public/browser/quota_permission_context.h',
'public/browser/readback_types.h',
+ 'public/browser/reload_type.h',
'public/browser/render_frame_host.h',
'public/browser/render_process_host.h',
'public/browser/render_process_host_factory.h',
@@ -285,6 +286,7 @@
'public/browser/resource_request_details.h',
'public/browser/resource_request_info.h',
'public/browser/resource_throttle.h',
+ 'public/browser/restore_type.h',
'public/browser/save_page_type.h',
'public/browser/screen_orientation_delegate.h',
'public/browser/screen_orientation_dispatcher_host.h',

Powered by Google App Engine
This is Rietveld 408576698