|
Move favicon callbacks to favicon_base
Move FaviconImageCallback, FaviconResultsCallback and FaviconRawCallback
to favicon_base, those types are shared between favicon and history
components (methods are declared in FaviconService, but it delegates the
work to HistoryService) and only uses types from base:: and
favicon_base:: namespaces.
Also BookmarkClient::FaviconImageCallback is a copy of
FaviconService::FaviconImageCallback, replace it with favicon_base::
version.
BUG= 372321
TBR=thakis for //chrome outside of //chrome/browser/history,
//chrome/browser/favicon
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272065
Total comments: 4
Total comments: 13
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+138 lines, -115 lines) |
Patch |
|
M |
chrome/browser/android/favicon_helper.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/bookmarks/chrome_bookmark_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/bookmarks/chrome_bookmark_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_web_ui.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/extensions/extension_web_ui.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/favicon/favicon_handler.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/browser/favicon/favicon_handler.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/favicon/favicon_handler_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/favicon/favicon_service.h
|
View
|
1
2
3
4
5
6
|
13 chunks |
+26 lines, -42 lines |
0 comments
|
Download
|
|
M |
chrome/browser/favicon/favicon_service.cc
|
View
|
|
16 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
|
M |
chrome/browser/favicon/favicon_tab_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/history/android/sqlite_cursor.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/history/android/sqlite_cursor.cc
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/browser/history/android/sqlite_cursor_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/history/history_service.h
|
View
|
|
7 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/browser/history/history_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
chrome/browser/sync/test/integration/bookmarks_helper.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
components/bookmarks/browser/bookmark_client.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
|
M |
components/bookmarks/browser/bookmark_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
components/favicon_base.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
components/favicon_base/favicon_callback.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
|
M |
components/favicon_base/favicon_types.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 35 (0 generated)
|