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

Unified Diff: shell/context.cc

Issue 1143993004: Revert "Revert "Make shell child processes slaves."" (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « shell/child_switches.cc ('k') | shell/shell_test_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.cc
diff --git a/shell/context.cc b/shell/context.cc
index 2e1b71b21509aaf021fd970c7c52c050a8d708ed..40abac585d478ba946c7a3814c78ffd2cdd4c944 100644
--- a/shell/context.cc
+++ b/shell/context.cc
@@ -347,9 +347,7 @@ void Context::OnShutdownComplete() {
}
void Context::OnSlaveDisconnect(mojo::embedder::SlaveInfo slave_info) {
- // TODO(vtl): We don't make any proper slave processes yet, so this shouldn't
- // be called yet.
- NOTREACHED();
+ // TODO(vtl): Do something, once we actually have |slave_info|.
}
void Context::Run(const GURL& url) {
« no previous file with comments | « shell/child_switches.cc ('k') | shell/shell_test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698