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

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

Issue 7327007: Moving notification types which are chrome specific to a new header file chrome_notification_type... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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
« no previous file with comments | « chrome/browser/history/history.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_backend.h
===================================================================
--- chrome/browser/history/history_backend.h (revision 91968)
+++ chrome/browser/history/history_backend.h (working copy)
@@ -75,7 +75,7 @@
// the main thread.
//
// Ownership of the HistoryDetails is transferred to this function.
- virtual void BroadcastNotifications(NotificationType type,
+ virtual void BroadcastNotifications(int type,
HistoryDetails* details) = 0;
// Invoked when the backend has finished loading the db.
@@ -487,7 +487,7 @@
// Schedules a broadcast of the given notification on the main thread. The
// details argument will have ownership taken by this function (it will be
// sent to the main thread and deleted there).
- virtual void BroadcastNotifications(NotificationType type,
+ virtual void BroadcastNotifications(int type,
HistoryDetails* details_deleted);
// Deleting all history ------------------------------------------------------
« no previous file with comments | « chrome/browser/history/history.cc ('k') | chrome/browser/history/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698