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

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

Issue 2646033002: mash: Exit the root process if the window manager service crashes (Closed)
Patch Set: review comments Created 3 years, 11 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/service_manager/background/tests/test_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/service.h
diff --git a/services/service_manager/public/cpp/service.h b/services/service_manager/public/cpp/service.h
index 08ae594d67d9991d79e5d881ae5cb312d060ff16..250b8abdfb4d7e20c51cf69c2b12555d173ed4e0 100644
--- a/services/service_manager/public/cpp/service.h
+++ b/services/service_manager/public/cpp/service.h
@@ -52,7 +52,7 @@ class Service {
// may be reaped shortly afterward if applicable.
//
// Return true from this method to tell the ServiceContext to signal its
- // shutdown extenrally (i.e. to invoke it's "connection lost" closure if set),
+ // shutdown externally (i.e. to invoke its "connection lost" closure if set),
// or return false to defer the signal. If deferred, the Service should
// explicitly call QuitNow() on the ServiceContext when it's ready to be
// torn down.
« no previous file with comments | « services/service_manager/background/tests/test_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698