From dbc61e9ff96b8d9b7418ceff4384d54e40ea0247 Mon Sep 17 00:00:00 2001 From: "hclam@chromium.org" Date: Wed, 26 Nov 2008 20:56:35 +0000 Subject: Add the command line switch (--enable-video) for enabling HTML5 Video/Audio tag Review URL: http://codereview.chromium.org/12487 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6047 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/common/chrome_switches.cc') 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 -- cgit v1.1