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_ |