Chromium Code Reviews| Index: chrome/app/android/chrome_main_delegate_android.h |
| diff --git a/chrome/app/android/chrome_main_delegate_android.h b/chrome/app/android/chrome_main_delegate_android.h |
| index 8fc9f772001857cb690430b0c84e8b67e9620fd1..1ea51a63959d823044a37e67d7fef3bd69e61968 100644 |
| --- a/chrome/app/android/chrome_main_delegate_android.h |
| +++ b/chrome/app/android/chrome_main_delegate_android.h |
| @@ -29,9 +29,13 @@ class ChromeMainDelegateAndroid : public ChromeMainDelegate { |
| const std::string& process_type, |
| const content::MainFunctionParams& main_function_params) OVERRIDE; |
| + virtual void OVERRIDE EnableIncrementalStartup(bool enable); |
|
Yaron
2013/07/25 00:05:17
Again, please move OVERRIDE to the end. Please ver
aberent
2013/07/26 20:36:54
Done. And verified throughout patch.
|
| + |
| private: |
| scoped_ptr<content::BrowserMainRunner> browser_runner_; |
| + bool incremental_startup_enabled_; |
| + |
| DISALLOW_COPY_AND_ASSIGN(ChromeMainDelegateAndroid); |
| }; |