Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5620)

Unified Diff: chrome/common/service_process_util.cc

Issue 6660001: Getting service process on Mac to handle having things moved/changed underneath it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix up bad instance reset Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698