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

Unified Diff: chrome/common/service_process_util.h

Issue 3257011: Registered the service process to AutoRun (for Windows) if any service (Cloud... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Fixed Linux compile Created 10 years, 4 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 | « chrome/common/pref_names.cc ('k') | chrome/common/service_process_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/service_process_util.h
===================================================================
--- chrome/common/service_process_util.h (revision 58099)
+++ chrome/common/service_process_util.h (working copy)
@@ -11,11 +11,10 @@
class Profile;
-// Return the IPC channel to connect to the service process with |profile|
-// and |type|.
+// Return the IPC channel to connect to the service process.
//
// TODO(hclam): Need more information to come up with the channel name.
-std::string GetServiceProcessChannelName(ServiceProcessType type);
+std::string GetServiceProcessChannelName();
// The following methods are used as a mechanism to signal a service process
// is running properly and all initialized.
Property changes on: chrome\common\service_process_util.h
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/common/service_process_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698