Chromium Code Reviews| Index: mojo/runner/init.h |
| diff --git a/mojo/runner/init.h b/mojo/runner/init.h |
| index 4db9896e9735a9ec41ee54e4f02eaa8bcce03531..c4e8abdaf48d1cf839886b1e48785e20766cdc83 100644 |
| --- a/mojo/runner/init.h |
| +++ b/mojo/runner/init.h |
| @@ -9,9 +9,10 @@ namespace mojo { |
| namespace runner { |
| // Initialization routines shared by desktop and Android main functions. |
| - |
| void InitializeLogging(); |
| +void WaitForDebuggerIfNecessary(); |
| + |
| } // namespace runner |
| } // namespace mojo |