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

Unified Diff: webkit/media/media_switches.h

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, 1 month 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
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_

Powered by Google App Engine
This is Rietveld 408576698