diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 4681f00..5a1ab4c 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -344,5 +344,7 @@ const wchar_t kUseOldSafeBrowsing[] = L"old-safe-browsing"; // http://b/issue?id=1432077 is fixed. const wchar_t kEnableRendererAccessibility[] = L"enable-renderer-accessibility"; -} // namespace switches +// Enable HTML5 Video/Audio tag support +const wchar_t kEnableVideo[] = L"enable-video"; +} // namespace switches |