|
Componentize StartupTaskRunnerService
Change constructor of StartupTaskRunnerService to directly receive the
base::SequencedTaskRunner to use for the deferred task runner that is
injected by the factory.
Move the startup_task_runner_service.{cc,h} to //components/bookmarks
and the factory to //chrome/browser/bookmarks as this code is only used
by the bookmark code.
BUG= 485146
Committed: https://crrev.com/449b50e4c26610c0309fe6fc5159c66f1f5ecca3
Cr-Commit-Position: refs/heads/master@{#333705}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+37 lines, -182 lines) |
Patch |
 |
M |
chrome/browser/bookmarks/bookmark_model_factory.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/bookmarks/startup_task_runner_service_factory.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/bookmarks/startup_task_runner_service_factory.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_browsertest.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_manager.cc
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/profiles/startup_task_runner_service.h
|
View
|
|
1 chunk |
+0 lines, -45 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/profiles/startup_task_runner_service.cc
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/profiles/startup_task_runner_service_factory.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/profiles/startup_task_runner_service_factory.cc
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/bookmarks/browser/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/bookmarks/browser/startup_task_runner_service.h
|
View
|
|
2 chunks |
+8 lines, -7 lines |
2 comments
|
Download
|
 |
A + |
components/bookmarks/browser/startup_task_runner_service.cc
|
View
|
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
Total messages: 15 (4 generated)
|