diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 0 insertions, 3 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"; |