diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 19:00:41 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 19:00:41 +0000 |
commit | 5f86d6ffe9722dafa98bc5b068962de4533e0130 (patch) | |
tree | 8aaa2f8b9839f7e07cc388a59aa3760849fc7b92 /chrome/service/service_process.h | |
parent | e34b6f3a2a024060d59fb7585a4a497a7aa2cf26 (diff) | |
download | chromium_src-5f86d6ffe9722dafa98bc5b068962de4533e0130.zip chromium_src-5f86d6ffe9722dafa98bc5b068962de4533e0130.tar.gz chromium_src-5f86d6ffe9722dafa98bc5b068962de4533e0130.tar.bz2 |
Removed the command line from ServiceProcessState::AddToAutoRun() and had the class calculate its own command line. Wired up Linux autorun code and added unit tests.
BUG=None
TEST=Test service process autorun when enabling the cloud print proxy, unit-tests.
Review URL: http://codereview.chromium.org/6591002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_process.h')
-rw-r--r-- | chrome/service/service_process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/service/service_process.h b/chrome/service/service_process.h index 9d4d6f3..7c2606c 100644 --- a/chrome/service/service_process.h +++ b/chrome/service/service_process.h @@ -133,7 +133,6 @@ class ServiceProcess : public CloudPrintProxy::Client, #if defined(ENABLE_REMOTING) scoped_refptr<remoting::ChromotingHostManager> remoting_host_manager_; #endif - scoped_ptr<CommandLine> command_line_; DISALLOW_COPY_AND_ASSIGN(ServiceProcess); }; |