Index: chrome/common/service_process_util.cc |
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc |
index 89e9e9a4f7d893bbf3c73bf998e472cdcfacda3d..97a73263a50849a148c46782696e040c4186951f 100644 |
--- a/chrome/common/service_process_util.cc |
+++ b/chrome/common/service_process_util.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -173,11 +173,6 @@ ServiceProcessState::~ServiceProcessState() { |
TearDownState(); |
} |
-// static |
-ServiceProcessState* ServiceProcessState::GetInstance() { |
- return Singleton<ServiceProcessState>::get(); |
-} |
- |
void ServiceProcessState::SignalStopped() { |
TearDownState(); |
shared_mem_service_data_.reset(); |