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

Unified Diff: chrome/app/android/chrome_main_delegate_android.h

Issue 19957002: Run the later parts of startup as UI thread tasks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run the later parts of startup as UI thread tasks - patch for Yaron's comments Created 7 years, 5 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698