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

Unified Diff: webkit/api/src/WebMediaPlayerClientImpl.h

Issue 343001: Move various runtime enabled experiments into a WebExperiments class.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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: webkit/api/src/WebMediaPlayerClientImpl.h
===================================================================
--- webkit/api/src/WebMediaPlayerClientImpl.h (revision 30559)
+++ webkit/api/src/WebMediaPlayerClientImpl.h (working copy)
@@ -46,6 +46,7 @@
class WebMediaPlayerClientImpl : public WebMediaPlayerClient
, public WebCore::MediaPlayerPrivateInterface {
public:
+ static bool isEnabled();
static void setIsEnabled(bool);
static void registerSelf(WebCore::MediaEngineRegistrar);

Powered by Google App Engine
This is Rietveld 408576698