Index: shell/application_manager/native_runner.h |
diff --git a/shell/application_manager/native_runner.h b/shell/application_manager/native_runner.h |
index abcff9009a48219a4ac4ead9c18c822dc648be50..5317cbb2c924f030f0a4b6d0057d91c221bf0cb5 100644 |
--- a/shell/application_manager/native_runner.h |
+++ b/shell/application_manager/native_runner.h |
@@ -27,7 +27,8 @@ class NativeRunner { |
// Loads the app in the file at |app_path| and runs it on some other |
// thread/process. If |cleanup| is |DELETE|, this takes ownership of the file. |
// |app_completed_callback| is posted (to the thread on which |Start()| was |
- // called) after |MojoMain()| completes. |
+ // called) after |MojoMain()| completes, or on any error (including if it |
+ // fails to start). |
// TODO(vtl): |app_path| and |cleanup| should probably be moved to the |
// factory's Create(). Rationale: The factory may need information from the |
// file to decide what kind of NativeRunner to make. |