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

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

Issue 2557633003: content::ReloadType cleanup: make NORMAL behave as MAIN_RESOURCE (Closed)
Patch Set: comment update Created 4 years 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/reload_type.h
diff --git a/content/public/browser/reload_type.h b/content/public/browser/reload_type.h
index d6db23e16f33f3086e07b3d23ccdbad8d783d92d..b7695eeba6a3c1c8ad1deae3279245030fb84c38 100644
--- a/content/public/browser/reload_type.h
+++ b/content/public/browser/reload_type.h
@@ -12,8 +12,7 @@ namespace content {
// history navigation, it loads preferring cache (which may be stale).
enum class ReloadType {
NONE, // Normal load, restore, or history navigation.
- NORMAL, // Normal (cache-validating) reload.
- MAIN_RESOURCE, // Reload validating only the main resource.
+ NORMAL, // Reload validating only the main resource.
BYPASSING_CACHE, // Reload bypassing the cache (shift-reload).
ORIGINAL_REQUEST_URL, // Reload using the original request URL.
DISABLE_LOFI_MODE // Reload with Lo-Fi mode disabled.
« no previous file with comments | « content/common/frame_message_enums.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698