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

Unified Diff: content/public/common/content_switches.h

Issue 10899021: Add CDM video decoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add media library initialization. Created 8 years, 2 months 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: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 5251e6ea0848a35a3b12c248fe8a5a79fc480ebf..7850089ed5eb3c4a120d0553fd5e596cc44035e9 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -70,8 +70,8 @@ CONTENT_EXPORT extern const char kDisablePlugins[];
extern const char kDisableRemoteFonts[];
extern const char kDisableRendererAccessibility[];
extern const char kDisableSSLFalseStart[];
-extern const char kDisableSeccompSandbox[];
-extern const char kDisableSeccompFilterSandbox[];
+CONTENT_EXPORT extern const char kDisableSeccompSandbox[];
+CONTENT_EXPORT extern const char kDisableSeccompFilterSandbox[];
extern const char kDisableSessionStorage[];
extern const char kDisableSharedWorkers[];
extern const char kDisableSiteSpecificQuirks[];

Powered by Google App Engine
This is Rietveld 408576698