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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderTypes.h

Issue 1975753006: Pull to refresh: Use new reload type RELOAD_MAIN_RESOURCE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android build fix Created 4 years, 7 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: third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h b/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
index 146d15adf6c8de60a96c4ed0cc868a316356f3ad..b8d8f12bed57d742a5114c849e15af8417e17534 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderTypes.h
@@ -35,7 +35,7 @@ enum FrameLoadType {
FrameLoadTypeStandard,
FrameLoadTypeBackForward,
FrameLoadTypeReload,
- FrameLoadTypeSame, // user loads same URL again (but not reload button)
+ FrameLoadTypeReloadMainResource, // used in loading same URL again
kinuko 2016/05/15 14:03:56 nit: Maybe we could start adding more explicit/ver
Takashi Toyoshima 2016/05/16 04:39:37 OK. So probably we do not have the same explanatio
FrameLoadTypeReplaceCurrentItem,
FrameLoadTypeInitialInChildFrame,
FrameLoadTypeInitialHistoryLoad,

Powered by Google App Engine
This is Rietveld 408576698