diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 01:47:01 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-13 01:47:01 +0000 |
commit | 75e10302d5eb778d012a2c8b054bef8f1a67193a (patch) | |
tree | 68107e4e1e736c7cde95e22bab0be4610a0d35c2 /chrome/app | |
parent | d144b0590e00629570c3f729b1d0baf048dc1d45 (diff) | |
download | chromium_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 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index 756fa96..ff9464a 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -344,10 +344,6 @@ int ChromeMain(int argc, char** argv) { #else CommandLine::Init(argc, argv); #endif -#if defined(OS_LINUX) - // Set up CommandLine::SetProcTitle() support. - CommandLine::SetTrueArgv(argv); -#endif const CommandLine& parsed_command_line = *CommandLine::ForCurrentProcess(); std::wstring process_type = |