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

Side by Side Diff: webkit/media/media_switches.cc

Issue 11414138: Encrypted Media: No NeedKey if --enable-encrypted-media is not set. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: resolve comments Created 8 years 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 unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698