|
SuggestionsService: implement SyncServiceObserver
so that its clients don't have to.
Also remove a bunch of null checks on SuggestionsService - SuggestionsServiceFactory::GetForProfile will never return null.
BUG= 591973
Committed: https://crrev.com/16070ce69cfb26481240995705c8a1a206fd829c
Cr-Commit-Position: refs/heads/master@{#380603}
Total comments: 4
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+416 lines, -447 lines) |
Patch |
 |
M |
chrome/browser/android/most_visited_sites.h
|
View
|
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/most_visited_sites.cc
|
View
|
1
2
3
4
|
10 chunks |
+40 lines, -66 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc
|
View
|
1
2
3
4
|
5 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search/instant_service.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search/instant_service.cc
|
View
|
|
5 chunks |
+10 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search/instant_service_factory.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search/suggestions/suggestions_service_factory.cc
|
View
|
|
2 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/search/suggestions/suggestions_source.cc
|
View
|
|
2 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/search/suggestions/suggestions_utils.h
|
View
|
|
1 chunk |
+0 lines, -19 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/search/suggestions/suggestions_utils.cc
|
View
|
|
1 chunk |
+0 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/suggestions/suggestions_search_provider.cc
|
View
|
1
|
3 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/suggestions.gypi
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
components/suggestions/BUILD.gn
|
View
|
1
2
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/suggestions/DEPS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/suggestions/suggestions_service.h
|
View
|
1
2
3
4
|
9 chunks |
+51 lines, -38 lines |
0 comments
|
Download
|
 |
M |
components/suggestions/suggestions_service.cc
|
View
|
1
2
3
4
|
8 chunks |
+99 lines, -53 lines |
0 comments
|
Download
|
 |
M |
components/suggestions/suggestions_service_unittest.cc
|
View
|
1
|
29 chunks |
+154 lines, -110 lines |
0 comments
|
Download
|
 |
D |
components/suggestions/suggestions_utils.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
components/suggestions/suggestions_utils.cc
|
View
|
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/suggestions/suggestions_service_factory.mm
|
View
|
1
2
3
4
5
6
|
5 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
Total messages: 40 (13 generated)
|