Chromium Code Reviews| Index: chrome/browser/chrome_browser_main.h |
| diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h |
| index 140a9606bc4cc776b60cfae1e6477b821be24529..80d2a7f6d3b007b5b4b1ce90365d1c35342b48e3 100644 |
| --- a/chrome/browser/chrome_browser_main.h |
| +++ b/chrome/browser/chrome_browser_main.h |
| @@ -20,9 +20,11 @@ |
| #include "content/public/common/main_function_params.h" |
| class BrowserProcessImpl; |
| +class ChromeApplicationDelegate; |
|
sky
2015/11/05 19:21:28
remove this (it is only needed in mojo_runner_stat
|
| class ChromeBrowserMainExtraParts; |
| class FieldTrialSynchronizer; |
| class MetricsService; |
| +class MojoRunnerState; |
| class PrefService; |
| class ProcessPowerCollector; |
| class Profile; |
| @@ -191,6 +193,10 @@ class ChromeBrowserMainParts : public content::BrowserMainParts { |
| // Members needed across shutdown methods. |
| bool restart_last_session_; |
| +#if defined(MOJO_RUNNER_CLIENT) |
| + scoped_ptr<MojoRunnerState> mojo_runner_state_; |
| +#endif |
| + |
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainParts); |
| }; |