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

Unified Diff: Source/bindings/v8/RuntimeEnabledFeatures.cpp

Issue 14254007: Web MIDI: Add a run-time flag in blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make func names consistent Created 7 years, 8 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
« no previous file with comments | « Source/bindings/v8/RuntimeEnabledFeatures.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/RuntimeEnabledFeatures.cpp
diff --git a/Source/bindings/v8/RuntimeEnabledFeatures.cpp b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
index 382843dc070c99488c6ad15de147cfe168a3dfc1..2b280b94cb858bc2cfbfbf570a2bf514648b81d4 100644
--- a/Source/bindings/v8/RuntimeEnabledFeatures.cpp
+++ b/Source/bindings/v8/RuntimeEnabledFeatures.cpp
@@ -46,6 +46,7 @@ bool RuntimeEnabledFeatures::isApplicationCacheEnabled = true;
bool RuntimeEnabledFeatures::isGeolocationEnabled = true;
bool RuntimeEnabledFeatures::isIndexedDBEnabled = false;
bool RuntimeEnabledFeatures::isWebAudioEnabled = false;
+bool RuntimeEnabledFeatures::isWebMIDIEnabled = false;
bool RuntimeEnabledFeatures::isTouchEnabled = true;
bool RuntimeEnabledFeatures::isDeviceMotionEnabled = true;
bool RuntimeEnabledFeatures::isDeviceOrientationEnabled = true;
« no previous file with comments | « Source/bindings/v8/RuntimeEnabledFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698