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

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

Issue 1236003004: blink: permissions: add plumbing to request permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@permissions
Patch Set: Rebase Created 5 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: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 09dbf6203c5f5732d2755bcfc9cd83ce640481c3..8e63caa387743b3b18db0318b535e9a6ff371232 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -807,6 +807,7 @@ public:
AudioParamSetTargetAtTime = 912,
AudioParamSetValueCurveAtTime = 913,
AudioParamCancelScheduledValues = 914,
+ V8Permissions_Request_Method = 915,
bokan 2015/07/30 22:37:58 This gets used in an autogenerated V8 method, corr
Lalit Maganti 2015/07/31 08:29:48 This is used in histograms on the Chrome side.
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | Source/modules/permissions/Permissions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698