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

Unified Diff: services/shell/service_manager.h

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/shell/runner/child/test_native_main.cc ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/service_manager.h
diff --git a/services/shell/service_manager.h b/services/shell/service_manager.h
index 5357d74d901e662d0b4970abaac59cf13734c1a3..b6226f14800fb1a92e56757185eec35ca1d1b8f9 100644
--- a/services/shell/service_manager.h
+++ b/services/shell/service_manager.h
@@ -109,7 +109,7 @@ class ServiceManager : public Service {
// running as a different user if one is available that services all users.
Instance* GetExistingInstance(const Identity& identity) const;
- void NotifyPIDAvailable(uint32_t id, base::ProcessId pid);
+ void NotifyPIDAvailable(const Identity& identity, base::ProcessId pid);
// Attempt to complete the connection requested by |params| by connecting to
// an existing instance. If there is an existing instance, |params| is taken,
« no previous file with comments | « services/shell/runner/child/test_native_main.cc ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698