diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 01:44:25 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 01:44:25 +0000 |
commit | b35ca29a5cd2faee6395a5fc14779ccc01bd3b47 (patch) | |
tree | 4fb088c38b1924fbe18abc53f2b134f4274d083c /chrome/service/service_process.cc | |
parent | fe4ccbef2c5d92d2fce6d4c2fd49b69248275f9b (diff) | |
download | chromium_src-b35ca29a5cd2faee6395a5fc14779ccc01bd3b47.zip chromium_src-b35ca29a5cd2faee6395a5fc14779ccc01bd3b47.tar.gz chromium_src-b35ca29a5cd2faee6395a5fc14779ccc01bd3b47.tar.bz2 |
Added the service process pid to the shared memory data. This will be used for tests. Also cleaned up some of the method names in service_process_utils.cc to make them clearer.
BUG=None.
TEST=Browser tests.
Review URL: http://codereview.chromium.org/3727002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/service_process.cc')
-rw-r--r-- | chrome/service/service_process.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc index 3af4d2f..140a313 100644 --- a/chrome/service/service_process.cc +++ b/chrome/service/service_process.cc @@ -112,8 +112,8 @@ bool ServiceProcess::Initialize(MessageLoop* message_loop, ipc_server_->Init(); // After the IPC server has started we signal that the service process is - // running. - SignalServiceProcessRunning( + // ready. + SignalServiceProcessReady( NewRunnableMethod(this, &ServiceProcess::Shutdown)); // See if we need to stay running. |