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

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: ...because i compiled release. Created 5 years, 4 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 14175377dcab4dd9ccc8fdd3d9b63a14d1cbaedd..d5a85dfef9878ab1f9d4f9fca7a78f68709790d6 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -157,6 +157,8 @@ public:
BLINK_EXPORT static void enableUnsafeES3APIs(bool);
BLINK_EXPORT static void enableWebVR(bool);
+
+ BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
jochen (gone - plz use gerrit) 2015/08/05 10:58:44 this shouldn't be needed now, right?
liberato (no reviews please) 2015/08/05 16:36:40 it is needed temporarily, unfortunately. the desk
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698