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

Unified Diff: content/public/browser/navigation_controller.h

Issue 1975753006: Pull to refresh: Use new reload type RELOAD_MAIN_RESOURCE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review #14 and #16 Created 4 years, 7 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/common/frame_message_enums.h ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 6e6c2e410c74868eaab6bce32e487290f1678c2f..e3673d123090619ef6eda93f030394ff8831a83c 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -49,6 +49,7 @@ class NavigationController {
enum ReloadType {
NO_RELOAD, // Normal load, restore, or history navigation.
RELOAD, // Normal (cache-validating) reload.
+ RELOAD_MAIN_RESOURCE, // Reload validating only the main resource.
RELOAD_BYPASSING_CACHE, // Reload bypassing the cache (shift-reload).
RELOAD_ORIGINAL_REQUEST_URL, // Reload using the original request URL.
RELOAD_DISABLE_LOFI_MODE // Reload with Lo-Fi mode disabled.
« no previous file with comments | « content/common/frame_message_enums.h ('k') | content/public/common/content_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698