summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2014-09-09 11:12:09 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-09 18:13:54 +0000
commitba90edc1df14a90c43327329a43f64910ce2fc81 (patch)
tree99a1ff3929fb46890d740555270fe64856ffd5ff /chrome/chrome_browser.gypi
parentd83e88b1d0d8c8cabc2bf7f971f7cf55e10b691e (diff)
downloadchromium_src-ba90edc1df14a90c43327329a43f64910ce2fc81.zip
chromium_src-ba90edc1df14a90c43327329a43f64910ce2fc81.tar.gz
chromium_src-ba90edc1df14a90c43327329a43f64910ce2fc81.tar.bz2
Refactor HistoryService to not send NOTIFICATION_FAVICON_CHANGED
Use a base::CallbackList<void(HistoryService*, const std::set<GURL>&) to register and notify objects interested in change to favicon urls. The callback will be sent at the point the notification would have been called. Refactor HistoryBackend and HistoryService to change how the notification is forwarded (remove the notification and introduce explicit methods). Change how notification are forwared on android from a pair of vector of notification type and notification detail to a list of callbacks. BUG=373320 Review URL: https://codereview.chromium.org/484213002 Cr-Commit-Position: refs/heads/master@{#293967}
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index d7a0528..5b89ebf 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -400,8 +400,6 @@
'browser/favicon/chrome_favicon_client.h',
'browser/favicon/chrome_favicon_client_factory.cc',
'browser/favicon/chrome_favicon_client_factory.h',
- 'browser/favicon/favicon_changed_details.cc',
- 'browser/favicon/favicon_changed_details.h',
'browser/favicon/favicon_handler.cc',
'browser/favicon/favicon_handler.h',
'browser/favicon/favicon_service.cc',