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

Unified Diff: media/base/media_switches.h

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.cc ('k') | ppapi/shared_impl/ppapi_switches.h » ('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 0462ada9c49aff24a3e13e84fd9783bff2088425..23e9e7acc090692f3b498b377eb422c31d3ce2c4 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -10,6 +10,14 @@
#include "build/build_config.h"
#include "media/base/media_export.h"
+#ifdef ENABLE_FAST_COMMAND_LINE_SWITCHES
+
+namespace {
+#include "media/base/media_switches.cc"
+}
+
+#else
+
namespace switches {
MEDIA_EXPORT extern const char kAudioBufferSize[];
@@ -49,4 +57,5 @@ MEDIA_EXPORT extern const char kUseCras[];
} // namespace switches
+#endif // ENABLE_FAST_COMMAND_LINE_SWITCHES
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_
« no previous file with comments | « gpu/command_buffer/service/gpu_switches.cc ('k') | ppapi/shared_impl/ppapi_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698