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

Unified Diff: content/browser/frame_host/navigator_impl.cc

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
Index: content/browser/frame_host/navigator_impl.cc
diff --git a/content/browser/frame_host/navigator_impl.cc b/content/browser/frame_host/navigator_impl.cc
index 6a8837f474341380d860771385e35677e1c8de65..9f603e60475dd8c9a5188be3e1047078a5c0af26 100644
--- a/content/browser/frame_host/navigator_impl.cc
+++ b/content/browser/frame_host/navigator_impl.cc
@@ -58,7 +58,7 @@ FrameMsg_Navigate_Type::Value GetNavigationType(
ReloadType reload_type) {
switch (reload_type) {
case ReloadType::NORMAL:
- return FrameMsg_Navigate_Type::RELOAD_MAIN_RESOURCE;
+ return FrameMsg_Navigate_Type::RELOAD;
case ReloadType::BYPASSING_CACHE:
case ReloadType::DISABLE_LOFI_MODE:
return FrameMsg_Navigate_Type::RELOAD_BYPASSING_CACHE;
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | content/browser/frame_host/navigator_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698