Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1256)

Unified Diff: chrome/browser/history/history_service.h

Issue 15275004: bookmarks: Get rid of the dependency on history_notifications.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android fixes Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/history/history_service.h
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
index 4e1cedaed416550d695513870d87e50ed423524d..1a704f235188664c790bfb2a925c2a863aa24abb 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -54,6 +54,10 @@ class FilePath;
class Thread;
}
+namespace chrome {
+struct FaviconChangedDetails;
+}
+
namespace visitedlink {
class VisitedLinkMaster;
}
@@ -672,6 +676,11 @@ class HistoryService : public CancelableRequestProvider,
void ScheduleAutocomplete(HistoryURLProvider* provider,
HistoryURLProviderParams* params);
+ // Sends chrome::NOTIFICATION_FAVICON_CHANGED notification.
+ // This function does not take ownership of |details|.
+ void SendFaviconChangedNotificationHelper(
+ chrome::FaviconChangedDetails* details);
+
// Broadcasts the given notification. This is called by the backend so that
// the notification will be broadcast on the main thread.
//

Powered by Google App Engine
This is Rietveld 408576698