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

Unified Diff: services/shell/public/cpp/service.h

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
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/public/cpp/lib/shell_connection_ref.cc ('k') | services/shell/public/cpp/service_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service.h
diff --git a/services/shell/public/cpp/service.h b/services/shell/public/cpp/service.h
index 4e015e4510504a1dd2060a3618d135d71c517c7d..d79c2ca83e3d710d4bde7ed2c8d40f631ead7ecd 100644
--- a/services/shell/public/cpp/service.h
+++ b/services/shell/public/cpp/service.h
@@ -43,7 +43,7 @@ class Service {
// Called when the Service Manager has stopped tracking this instance. The
// service should use this as a signal to exit, and in fact its process may
// be reaped shortly afterward.
- // Return true from this method to tell the ShellConnection to run its
+ // Return true from this method to tell the ServiceContext to run its
// connection lost closure if it has one, false to prevent it from being run.
// The default implementation returns true.
// When used in conjunction with ApplicationRunner, returning true here quits
« no previous file with comments | « services/shell/public/cpp/lib/shell_connection_ref.cc ('k') | services/shell/public/cpp/service_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698