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

Unified Diff: content/common/frame_message_enums.h

Issue 2583123002: Reload: FrameMsg_Navigate_Type cleanup to rename RELOAD_MAIN_RESOURCE (Closed)
Patch Set: replace logic update Created 3 years, 11 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/browser/frame_host/navigator_impl_unittest.cc ('k') | content/renderer/render_frame_impl.cc » ('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 8913847ea93d7e96ac07dbe3db8537af19d9bde5..3d9f84a510f2fcdb3c775c06d1fed12c1f428cdd 100644
--- a/content/common/frame_message_enums.h
+++ b/content/common/frame_message_enums.h
@@ -10,13 +10,8 @@
struct FrameMsg_Navigate_Type {
public:
enum Value {
- // Reload the page, validating cache entries.
- 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,
// Reload the page, bypassing any cache entries.
RELOAD_BYPASSING_CACHE,
« no previous file with comments | « content/browser/frame_host/navigator_impl_unittest.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698