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

Unified Diff: services/shell/runner/host/in_process_native_runner.cc

Issue 2390013002: Rename mojo: to service: (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
« no previous file with comments | « services/shell/runner/child/manifest.json ('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/runner/host/in_process_native_runner.cc
diff --git a/services/shell/runner/host/in_process_native_runner.cc b/services/shell/runner/host/in_process_native_runner.cc
index cd38dcd0a2bdcd0dc30b4bf9c7c5593d443d91fb..2d65b9669c20f8bd97b5aaeb72aec34b30cd46be 100644
--- a/services/shell/runner/host/in_process_native_runner.cc
+++ b/services/shell/runner/host/in_process_native_runner.cc
@@ -53,7 +53,7 @@ mojom::ServicePtr InProcessNativeRunner::Start(
FROM_HERE, app_completed_callback);
DCHECK(!thread_);
- std::string thread_name = "mojo:app_thread";
+ std::string thread_name = "Service Thread";
#if defined(OS_WIN)
thread_name = base::WideToUTF8(app_path_.BaseName().value());
#endif
« no previous file with comments | « services/shell/runner/child/manifest.json ('k') | services/shell/service_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698