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

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

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.cpp
===================================================================
--- webkit/api/src/WebMediaPlayerClientImpl.cpp (revision 30559)
+++ webkit/api/src/WebMediaPlayerClientImpl.cpp (working copy)
@@ -39,6 +39,11 @@
static bool s_isEnabled = false;
jorlow 2009/10/30 06:19:06 Change to isEnabled maybe?
darin (slow to review) 2009/10/30 06:38:25 Done.
+bool WebMediaPlayerClientImpl::isEnabled()
+{
+ return s_isEnabled;
+}
+
void WebMediaPlayerClientImpl::setIsEnabled(bool isEnabled)
{
s_isEnabled = isEnabled;

Powered by Google App Engine
This is Rietveld 408576698