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

Unified Diff: content/public/common/content_features.h

Issue 2184973002: Add UMA to count the usage of sendBeacon with non-simple Content-Type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UMA Created 4 years, 4 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: content/public/common/content_features.h
diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
index 3bc3c3b026f0d2cc23ccc52ddeaca6e01d7d3ce5..7a1d388e761c5e69d824ffabc0b93b64fa284ac2 100644
--- a/content/public/common/content_features.h
+++ b/content/public/common/content_features.h
@@ -43,6 +43,8 @@ CONTENT_EXPORT extern const base::Feature kWeakMemoryCache;
CONTENT_EXPORT extern const base::Feature kWebGLImageChromium;
CONTENT_EXPORT extern const base::Feature kWebRtcEcdsaDefault;
CONTENT_EXPORT extern const base::Feature kWebUsb;
+CONTENT_EXPORT
+extern const base::Feature kSendBeaconThrowForBlobWithNonSimpleType;
#if defined(OS_ANDROID)
CONTENT_EXPORT extern const base::Feature kAutoplayMutedVideos;

Powered by Google App Engine
This is Rietveld 408576698