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

Unified Diff: media/base/media_switches.h

Issue 1670753003: multibuffer field trial (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: formatted Created 4 years, 10 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index e8c99b4b10298c77bb2540fc4b6d7f6993bf8c55..9bfd1d65854cba597b8ef6dd0f4d74ad31f96e9a 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -7,6 +7,7 @@
#ifndef MEDIA_BASE_MEDIA_SWITCHES_H_
#define MEDIA_BASE_MEDIA_SWITCHES_H_
+#include "base/feature_list.h"
#include "build/build_config.h"
#include "media/base/media_export.h"
@@ -62,8 +63,13 @@ MEDIA_EXPORT extern const char kVideoUnderflowThresholdMs[];
MEDIA_EXPORT extern const char kDisableRTCSmoothnessAlgorithm[];
-MEDIA_EXPORT extern const char kUseNewMediaCache[];
-
} // namespace switches
+namespace media {
Alexei Svitkine (slow) 2016/02/10 17:29:50 Nit: Add an empty line after this.
hubbe 2016/02/10 22:10:18 Done.
+// All features in alphabetical order. The features should be documented
+// alongside the definition of their values in the .cc file.
+MEDIA_EXPORT extern const base::Feature kUseNewMediaCache;
+
+} // namespace media
+
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | media/base/media_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698