| 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,
|
|
|