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

Unified Diff: third_party/WebKit/public/web/WebFrameLoadType.h

Issue 1850123002: Rename WebFrameLoadType::ReloadFromOrigin to ReloadBypassingCache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 d4f14c92ab05b65cbc61ca8032d5f6d8d4a72b7f..0d237f53138cad8b9d72dd30771ecc28f6d3111f 100644
--- a/third_party/WebKit/public/web/WebFrameLoadType.h
+++ b/third_party/WebKit/public/web/WebFrameLoadType.h
@@ -19,7 +19,7 @@ enum class WebFrameLoadType {
ReplaceCurrentItem,
InitialInChildFrame,
InitialHistoryLoad, // history navigation in a newly created frame
- ReloadFromOrigin, // reload bypassing cache
Takashi Toyoshima 2016/04/01 07:22:31 yeah, this comment was a bad signal actually.
+ ReloadBypassingCache, // super reload
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698