Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | |
|
scherkus (not reviewing)
2012/11/29 02:48:00
year
| |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "webkit/media/media_switches.h" | |
| 6 | |
| 7 namespace switches { | |
| 8 | |
| 9 // Enables support for encrypted media. Current implementation is | |
| 10 // incomplete and this flag is used for development and testing. | |
| 11 const char kEnableEncryptedMedia[] = "enable-encrypted-media"; | |
| 12 | |
| 13 } // namespace switches | |
| OLD | NEW |