summaryrefslogtreecommitdiffstats
path: root/base/command_line.h
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 01:47:01 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-13 01:47:01 +0000
commit75e10302d5eb778d012a2c8b054bef8f1a67193a (patch)
tree68107e4e1e736c7cde95e22bab0be4610a0d35c2 /base/command_line.h
parentd144b0590e00629570c3f729b1d0baf048dc1d45 (diff)
downloadchromium_src-75e10302d5eb778d012a2c8b054bef8f1a67193a.zip
chromium_src-75e10302d5eb778d012a2c8b054bef8f1a67193a.tar.gz
chromium_src-75e10302d5eb778d012a2c8b054bef8f1a67193a.tar.bz2
linux: drop linux-specific CommandLine function
We can just call this from the appropriate constructor internally. Review URL: http://codereview.chromium.org/271051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28773 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/command_line.h')
-rw-r--r--base/command_line.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/command_line.h b/base/command_line.h
index 6b7d1f4..4fd8e4a 100644
--- a/base/command_line.h
+++ b/base/command_line.h
@@ -66,9 +66,6 @@ class CommandLine {
// in |current_process_commandline_|. Used by the zygote host so that
// renderers show up with --type=renderer.
static void SetProcTitle();
-
- // Needed to support SetProcTitle() on Linux. Should be called by main().
- static void SetTrueArgv(char** argv);
#endif
// Destroys the current process CommandLine singleton. This is necessary if