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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.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: Allow for Finch Created 4 years, 5 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/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 97aec83dc0c59ed10bcc9db8ac71271046d7381b..75fc5456b75c6b1c84bff233896bfdcf05275d01 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -119,6 +119,7 @@ public:
BLINK_EXPORT static void forceOverlayFullscreenVideo(bool);
BLINK_EXPORT static void enableAutoplayMutedVideos(bool);
BLINK_EXPORT static void enableCanvas2dDynamicRenderingModeSwitching(bool);
+ BLINK_EXPORT static void enableSendBeaconThrowForBlobWithNonSimpleType(bool);
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698