| Index: chrome/browser/history/history_backend.h
|
| diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
|
| index f7735ec6c4646cc39c1888165feca8557658d60e..21d864b6c218c1b20305833549c79f4646ece3dd 100644
|
| --- a/chrome/browser/history/history_backend.h
|
| +++ b/chrome/browser/history/history_backend.h
|
| @@ -120,6 +120,10 @@ class HistoryBackend : public base::RefCountedThreadSafe<HistoryBackend>,
|
| virtual void SetInMemoryBackend(
|
| scoped_ptr<InMemoryHistoryBackend> backend) = 0;
|
|
|
| + // Notify HistoryService that some URLs favicon changed that will forward
|
| + // the events to the FaviconChangedObservers in the correct thread.
|
| + virtual void NotifyFaviconChanged(const std::set<GURL>& urls) = 0;
|
| +
|
| // Broadcasts the specified notification to the notification service.
|
| // This is implemented here because notifications must only be sent from
|
| // the main thread. This is the only method that doesn't identify the
|
|
|