summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/chrome_switches.cc3
-rw-r--r--chrome/common/chrome_switches.h2
2 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a7691742..4ec169e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -376,9 +376,6 @@ const wchar_t kIncognito[] = L"incognito";
// http://b/issue?id=1432077 is fixed.
const wchar_t kEnableRendererAccessibility[] = L"enable-renderer-accessibility";
-// Enable HTML5 Video/Audio tag support
-const wchar_t kEnableVideo[] = L"enable-video";
-
// Pass the name of the current running automated test to Chrome.
const wchar_t kTestName[] = L"test-name";
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index bd77523..2ec310d 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -142,8 +142,6 @@ extern const wchar_t kIncognito[];
extern const wchar_t kEnableRendererAccessibility[];
-extern const wchar_t kEnableVideo[];
-
extern const wchar_t kTestName[];
extern const wchar_t kRendererCmdPrefix[];