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

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

Issue 1148603002: Anchor element's referrer attribute implementation for Referrer Policy Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove debug logging. Created 5 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: Source/core/loader/FrameLoaderTypes.h
diff --git a/Source/core/loader/FrameLoaderTypes.h b/Source/core/loader/FrameLoaderTypes.h
index 49ea81c81e5c4856861e978978799ae12e910021..0d204d217750c01e5ff603672944b6ea9357c00a 100644
--- a/Source/core/loader/FrameLoaderTypes.h
+++ b/Source/core/loader/FrameLoaderTypes.h
@@ -59,11 +59,6 @@ enum ObjectContentType {
ObjectContentOtherPlugin
};
-enum ShouldSendReferrer {
- MaybeSendReferrer,
- NeverSendReferrer
-};
-
enum ReasonForCallingAllowPlugins {
AboutToInstantiatePlugin,
NotAboutToInstantiatePlugin

Powered by Google App Engine
This is Rietveld 408576698