Index: webkit/media/media_switches.cc |
diff --git a/webkit/media/media_switches.cc b/webkit/media/media_switches.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..9f009f1c4e207848052f0517c8351dd010fc35cb |
--- /dev/null |
+++ b/webkit/media/media_switches.cc |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
scherkus (not reviewing)
2012/11/29 02:48:00
year
|
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "webkit/media/media_switches.h" |
+ |
+namespace switches { |
+ |
+// Enables support for encrypted media. Current implementation is |
+// incomplete and this flag is used for development and testing. |
+const char kEnableEncryptedMedia[] = "enable-encrypted-media"; |
+ |
+} // namespace switches |