|
Refactor FaviconDriver::OnFaviconAvailable()
This CL:
- Removes weird OnFaviconAvailable() behavior if gfx::Image is empty.
- Merges: FaviconDriver::SetActiveFaviconValidity()
FaviconDriver::SetActiveFaviconURL()
FaviconDriver::SetActiveFaviconImage()
- Merges FaviconDriverObserver::OnFaviconAvailable() and
FaviconDriverObserver::OnFaviconUpdated().
BUG= 542057
Committed: https://crrev.com/7e8e893275dd310e13ae77de88ebec260d61994a
Cr-Commit-Position: refs/heads/master@{#361132}
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+325 lines, -454 lines) |
Patch |
 |
M |
chrome/browser/android/tab_android.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/tabs/tabs_event_router.h
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/tabs/tabs_event_router.cc
|
View
|
1
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/favicon/content_favicon_driver_browsertest.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/prerender/prerender_browsertest.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/providers/web_contents/renderer_task.h
|
View
|
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/providers/web_contents/renderer_task.cc
|
View
|
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/providers/web_contents/tab_contents_tag_browsertest.cc
|
View
|
1
|
3 chunks |
+16 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/favicon/content/content_favicon_driver.h
|
View
|
1
|
3 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/favicon/content/content_favicon_driver.cc
|
View
|
1
|
2 chunks |
+19 lines, -24 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_driver.h
|
View
|
1
|
4 chunks |
+15 lines, -30 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_driver.cc
|
View
|
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_driver_impl.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_driver_impl.cc
|
View
|
|
2 chunks |
+4 lines, -30 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_driver_observer.h
|
View
|
1
|
2 chunks |
+39 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_handler.h
|
View
|
|
4 chunks |
+15 lines, -24 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_handler.cc
|
View
|
|
6 chunks |
+27 lines, -23 lines |
0 comments
|
Download
|
 |
M |
components/favicon/core/favicon_handler_unittest.cc
|
View
|
1
|
44 chunks |
+111 lines, -238 lines |
0 comments
|
Download
|
 |
M |
components/favicon/ios/web_favicon_driver.h
|
View
|
1
|
2 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/favicon/ios/web_favicon_driver.cc
|
View
|
1
|
1 chunk |
+16 lines, -18 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 19 (6 generated)
|