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

Unified Diff: chrome/common/service_process_util.cc

Issue 7167017: Fix to bug 75303 (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Improved comment. Created 9 years, 6 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
« no previous file with comments | « no previous file | chrome/common/service_process_util_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util.cc
diff --git a/chrome/common/service_process_util.cc b/chrome/common/service_process_util.cc
index 1f9cd7677d67be8bc6a02dcd8c34044b35df206f..636b1ea544cad0985e852544d9fb3f89b76e5076 100644
--- a/chrome/common/service_process_util.cc
+++ b/chrome/common/service_process_util.cc
@@ -153,11 +153,6 @@ bool GetServiceProcessData(std::string* version, base::ProcessId* pid) {
return false;
}
-// Gets the name of the service process IPC channel.
-IPC::ChannelHandle GetServiceProcessChannel() {
- return GetServiceProcessScopedVersionedName("_service_ipc");
-}
-
#endif // !OS_MACOSX
ServiceProcessState::ServiceProcessState() : state_(NULL) {
« no previous file with comments | « no previous file | chrome/common/service_process_util_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698