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

Unified Diff: content/common/frame_message_enums.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/browser/frame_host/navigator_impl.cc ('k') | content/public/browser/reload_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_message_enums.h
diff --git a/content/common/frame_message_enums.h b/content/common/frame_message_enums.h
index bbb973ad616a8249babd20a06a3fb0b3aa0d233a..8913847ea93d7e96ac07dbe3db8537af19d9bde5 100644
--- a/content/common/frame_message_enums.h
+++ b/content/common/frame_message_enums.h
@@ -14,6 +14,8 @@ struct FrameMsg_Navigate_Type {
RELOAD,
// Reload the page, validating only cache entry for the main resource.
+ // TODO(toyoshim): We should rename this one to be RELOAD and remove the old
+ // unused RELOAD behavior.
RELOAD_MAIN_RESOURCE,
// Reload the page, bypassing any cache entries.
« no previous file with comments | « content/browser/frame_host/navigator_impl.cc ('k') | content/public/browser/reload_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698