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

Unified Diff: chrome/chrome_browser.gypi

Issue 12952005: Delay bookmarks load while the profile is loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add deferred_sequenced_task_runner_unittest Created 7 years, 9 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2813a8900e1ccc8e28b5482dcc26bd71b7cb4c05..cb229da0543a1a416b12e67a7ceeb965338a89a7 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1519,6 +1519,10 @@
'browser/profiles/refcounted_profile_keyed_service.h',
'browser/profiles/refcounted_profile_keyed_service_factory.cc',
'browser/profiles/refcounted_profile_keyed_service_factory.h',
+ 'browser/profiles/startup_task_runner_service.cc',
+ 'browser/profiles/startup_task_runner_service.h',
+ 'browser/profiles/startup_task_runner_service_factory.cc',
+ 'browser/profiles/startup_task_runner_service_factory.h',
'browser/profiles/storage_partition_descriptor.h',
'browser/remove_rows_table_model.h',
'browser/renderer_host/chrome_render_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698