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

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: fixed some tests from previous CL. 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: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index a62a663d0ddc203a0f75e2b9e72e8d708d608a92..fac9a69939bdc6ec7d2cd7838e8976e5975672c8 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -159,6 +159,8 @@ public:
BLINK_EXPORT static void enableUnsafeES3APIs(bool);
BLINK_EXPORT static void enableWebVR(bool);
+
+ BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
liberato (no reviews please) 2015/07/09 22:35:36 i think that this can be removed.
philipj_slow 2015/07/09 23:18:37 Yep.
private:
WebRuntimeFeatures();
};

Powered by Google App Engine
This is Rietveld 408576698