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

Unified Diff: Source/core/frame/FrameTypes.h

Issue 1156473002: Refactor FrameLoader loading interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed Nate's comments Created 5 years, 6 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: Source/core/frame/FrameTypes.h
diff --git a/Source/core/frame/FrameTypes.h b/Source/core/frame/FrameTypes.h
index 3547964550b394577d12c1f444680031db3ffdcb..625a81a1f62e0c466bfa170e44b53343e269a3cc 100644
--- a/Source/core/frame/FrameTypes.h
+++ b/Source/core/frame/FrameTypes.h
@@ -31,11 +31,6 @@
namespace blink {
-enum ReloadPolicy {
- NormalReload,
- EndToEndReload
-};
-
enum ClientRedirectPolicy {
NotClientRedirect,
ClientRedirect

Powered by Google App Engine
This is Rietveld 408576698