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

Unified Diff: third_party/WebKit/public/web/WebFrameLoadType.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/public/web/WebFrameLoadType.h
diff --git a/third_party/WebKit/public/web/WebFrameLoadType.h b/third_party/WebKit/public/web/WebFrameLoadType.h
index 0d237f53138cad8b9d72dd30771ecc28f6d3111f..8eb96ac0830484fd9d7d724b0bfaa7882a086998 100644
--- a/third_party/WebKit/public/web/WebFrameLoadType.h
+++ b/third_party/WebKit/public/web/WebFrameLoadType.h
@@ -15,7 +15,7 @@ enum class WebFrameLoadType {
Standard,
BackForward,
Reload,
- Same, // user loads same URL again (but not reload button)
+ ReloadMainResource, // used in loading same URL again
kinuko 2016/05/15 14:03:56 ditto
Takashi Toyoshima 2016/05/16 04:39:37 Done.
ReplaceCurrentItem,
InitialInChildFrame,
InitialHistoryLoad, // history navigation in a newly created frame

Powered by Google App Engine
This is Rietveld 408576698