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

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

Issue 1843663005: Change bool ignoreCache to WebFrameLoadType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebClientRedirectPolicy.h
diff --git a/third_party/WebKit/public/web/WebClientRedirectPolicy.h b/third_party/WebKit/public/web/WebClientRedirectPolicy.h
new file mode 100644
index 0000000000000000000000000000000000000000..d0d378c5d643f5246e9f9e6899d8d2c6d28cb336
--- /dev/null
+++ b/third_party/WebKit/public/web/WebClientRedirectPolicy.h
@@ -0,0 +1,19 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef WebClientRedirectPolicy_h
+#define WebClientRedirectPolicy_h
+
+namespace blink {
+
+// WebClientRedirectPolicy will affect loading, e.g. ClientRedirect will
+// update HTTP referrer header.
+enum class WebClientRedirectPolicy {
+ NotClientRedirect,
+ ClientRedirect,
+};
+
+} // namespace blink
+
+#endif // WebClientRedirectPolicy_h
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698