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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2457653004: Add UseCounter for WebBluetooth (Closed)
Patch Set: add UseCounter for WebBluetooth Created 4 years, 2 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/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 4baee8532b2b565d08103f17c4262dcb8532f674..9315ed3fa9a0b4a8e39767fc40551bbb185c5bc2 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1388,6 +1388,7 @@ class CORE_EXPORT UseCounter {
ScriptWithCSPBypassingSchemeParserInserted = 1666,
ScriptWithCSPBypassingSchemeNotParserInserted = 1667,
DocumentCreateElement2ndArgStringHandling = 1668,
+ WebBluetoothRequestDevice = 1669,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698