Chromium Code Reviews| Index: webkit/media/media_switches.h |
| diff --git a/webkit/media/media_switches.h b/webkit/media/media_switches.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7e4a2b74630b72c67c1654d643ed077c667b2b62 |
| --- /dev/null |
| +++ b/webkit/media/media_switches.h |
| @@ -0,0 +1,16 @@ |
| +// Copyright (c) 2011 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. |
| + |
| +#ifndef WEBKIT_MEDIA_MEDIA_SWITCHES_H_ |
| +#define WEBKIT_MEDIA_MEDIA_SWITCHES_H_ |
| + |
| +#include "webkit/media/webkit_media_export.h" |
| + |
| +namespace switches { |
| + |
| +WEBKIT_MEDIA_EXPORT extern const char kEnableEncryptedMedia[]; |
| + |
| +} // namespace switches |
| + |
| +#endif // WEBKIT_MEDIA_MEDIA_SWITCHES_H_ |