Index: chrome/common/service_process_util.cc |
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc |
index b983fd573a0b6566175cb02222279c7265499401..a12a592f572dc190aca046c4ac4212041bbf3f6b 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(); |