diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-13 22:49:59 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-13 22:49:59 +0000 |
commit | 50a81b1491129d0825d8fb81c112158e7aead6f7 (patch) | |
tree | 9f28dbdd40f388e187f3e51f3955ec4729af32db /chrome/common/chrome_switches.cc | |
parent | 9eb1225752a559e36e96eebc5ccff27e97876d19 (diff) | |
download | chromium_src-50a81b1491129d0825d8fb81c112158e7aead6f7.zip chromium_src-50a81b1491129d0825d8fb81c112158e7aead6f7.tar.gz chromium_src-50a81b1491129d0825d8fb81c112158e7aead6f7.tar.bz2 |
WebUI: Fix random variations of DOMUI.
This was found with:
$ git gs "[Dd][Oo][Mm][Uu][Ii]"
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6518001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index f502189..972c328 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1318,7 +1318,7 @@ const char kCompressSystemFeedback[] = "compress-sys-feedback"; const char kForceStubLibcros[] = "force-stub-libcros"; // Enables WebUI menu. -const char kEnableWebUIMenu[] = "enable-domui-menu"; +const char kEnableWebUIMenu[] = "enable-webui-menu"; // Enables Media Player. const char kEnableMediaPlayer[] = "enable-media-player"; |