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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 5 years, 6 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index 9c5f926c419345cfcf351d821b664d07e7bdd3c2..b3d50afa4a8ce63f14791a8f384c7289e36f82a9 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -161,6 +161,8 @@ public:
BLINK_EXPORT static void enableUnsafeES3APIs(bool);
BLINK_EXPORT static void enableWebVR(bool);
+
+ BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698