summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 01:08:10 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-24 01:08:10 +0000
commit64f9baa2bb3cc42f4fed901f2171409f9a890f71 (patch)
tree8244a546f93bbad07a6b6401edbd6eebac1c8301 /chrome
parentf9bc9b9ca68926b2687ae073941c8186aa3aed0d (diff)
downloadchromium_src-64f9baa2bb3cc42f4fed901f2171409f9a890f71.zip
chromium_src-64f9baa2bb3cc42f4fed901f2171409f9a890f71.tar.gz
chromium_src-64f9baa2bb3cc42f4fed901f2171409f9a890f71.tar.bz2
Don't show --help on ChromeOS.
BUG=none TEST=none Review URL: http://codereview.chromium.org/437030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/app/chrome_dll_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
index 6475ced..eafebb8 100644
--- a/chrome/app/chrome_dll_main.cc
+++ b/chrome/app/chrome_dll_main.cc
@@ -363,7 +363,7 @@ int ChromeMain(int argc, char** argv) {
return 1;
#endif
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
// Show the man page on --help or -h.
if (parsed_command_line.HasSwitch("help") ||
parsed_command_line.HasSwitch("h")) {