|
Remove NOTIFICATION_HISTORY_URLS_MODIFIED
Add the method OnURLsModified() to History{Backend,Service}Observer and
change History{Backend,Service} to call this method instead of sending
the notification.
Port client code to implements the History{Backend,Service}Observer
interface instead of using chrome::NOTIFICATION_HISTORY_URLS_MODIFIED.
BUG= 373326
Committed: https://crrev.com/de306486658f3272370c876bfebc3b75d7f83a64
Cr-Commit-Position: refs/heads/master@{#304192}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+243 lines, -209 lines) |
Patch |
 |
M |
chrome/browser/chrome_notification_types.h
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/android/android_provider_backend_unittest.cc
|
View
|
1
|
2 chunks |
+19 lines, -28 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend.cc
|
View
|
|
1 chunk |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_backend_unittest.cc
|
View
|
|
15 chunks |
+84 lines, -63 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_service.cc
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/history_unittest.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_history_backend.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_history_backend.cc
|
View
|
|
3 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/history/in_memory_url_index.cc
|
View
|
|
3 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/typed_url_change_processor.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/typed_url_change_processor.cc
|
View
|
1
|
4 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_typed_url_unittest.cc
|
View
|
|
7 chunks |
+32 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/history_menu_bridge.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/history_menu_bridge.mm
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/omnibox/omnibox_view_browsertest.cc
|
View
|
|
5 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/history_backend_observer.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/history/core/browser/history_service_observer.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 25 (14 generated)
|