|
[Sync] Creating sync_sessions component, moving revisit logic.
BUG= 536841
I've decided to abandon the previous typed urls revisit CL which caused us to decide to create the sync_sessions component. That CL was far too messy, doing far too many things. All the same changes should be split among three CLs, this being the first.
I've removed all substantive changes from these files, but a few tiny lint/import changes still remain. They're not too difficult to see.
stanisc@ - sync owner and primary reviewer for revisit CLs.
sky@ - Added you because we're declaring a dependency on components/sessions (and will shortly declare deps on history/core/browser and bookmarks/browser in subsequent CLs, components which you also own).
blundell@ - Added you because we're creating a new component.
Committed: https://crrev.com/6b9887ef36cf91aa6fe8539565609fd8dc851c12
Cr-Commit-Position: refs/heads/master@{#353395}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+231 lines, -1031 lines) |
Patch |
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/page_revisit_broadcaster.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/page_revisit_broadcaster.cc
|
View
|
|
5 chunks |
+21 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/page_revisit_broadcaster_unittest.cc
|
View
|
|
1 chunk |
+31 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/OWNERS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
|
4 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver.gypi
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/BUILD.gn
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/current_tab_matcher.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/current_tab_matcher.cc
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/current_tab_matcher_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -114 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/offset_tab_matcher.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/offset_tab_matcher.cc
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/offset_tab_matcher_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -186 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/page_equality.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/page_visit_observer.h
|
View
|
|
1 chunk |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/sessions_page_revisit_observer.h
|
View
|
|
1 chunk |
+0 lines, -65 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/sessions_page_revisit_observer.cc
|
View
|
|
1 chunk |
+0 lines, -78 lines |
0 comments
|
Download
|
 |
D |
components/sync_driver/revisit/sessions_page_revisit_observer_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -194 lines |
0 comments
|
Download
|
 |
A |
components/sync_sessions.gypi
|
View
|
1
2
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/sync_sessions/BUILD.gn
|
View
|
1
2
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/sync_sessions/DEPS
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/current_tab_matcher.h
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/current_tab_matcher.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/current_tab_matcher_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/offset_tab_matcher.h
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/offset_tab_matcher.cc
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/offset_tab_matcher_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/page_equality.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/page_visit_observer.h
|
View
|
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/sessions_page_revisit_observer.h
|
View
|
|
3 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/sessions_page_revisit_observer.cc
|
View
|
|
4 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
components/sync_sessions/revisit/sessions_page_revisit_observer_unittest.cc
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
Total messages: 23 (8 generated)
|