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

Unified Diff: services/service_manager/standalone/desktop/main_helper.h

Issue 2427443002: Replace remaining shell references with service manager (Closed)
Patch Set: Created 4 years, 2 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
Index: services/service_manager/standalone/desktop/main_helper.h
diff --git a/services/service_manager/standalone/desktop/main_helper.h b/services/service_manager/standalone/desktop/main_helper.h
index b850593dfbf5885de8d152eaefc8b6f4a8d65fa6..84745a351d4c514c60cd7bf4dd60fe626eca3bb1 100644
--- a/services/service_manager/standalone/desktop/main_helper.h
+++ b/services/service_manager/standalone/desktop/main_helper.h
@@ -7,8 +7,8 @@
namespace service_manager {
-// Helper method to start Mojo standalone shell code.
-int StandaloneShellMain(int argc, char** argv);
+// Helper method to start standalone service manager code.
+int StandaloneServiceManagerMain(int argc, char** argv);
} // namespace service_manager
« no previous file with comments | « services/service_manager/standalone/desktop/main.cc ('k') | services/service_manager/standalone/desktop/main_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698