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

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

Issue 12703036: [Sync] Add interface and backend impl for typed URL syncable service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor backend change handling and style cleanup Created 7 years, 8 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/expire_history_backend.h
diff --git a/chrome/browser/history/expire_history_backend.h b/chrome/browser/history/expire_history_backend.h
index 3324e95788cbb6774a52dadf4b4d07009367cef2..911ecb2afeb7f15b74efe5408073edeef00126bd 100644
--- a/chrome/browser/history/expire_history_backend.h
+++ b/chrome/browser/history/expire_history_backend.h
@@ -36,6 +36,11 @@ class BroadcastNotificationDelegate {
virtual void BroadcastNotifications(int type,
HistoryDetails* details_deleted) = 0;
+ // Trigger handling of deleted urls in typed url sync code
+ virtual void NotifySyncURLsDeleted(bool all_history,
+ bool archived,
+ URLRows* rows) = 0;
+
protected:
virtual ~BroadcastNotificationDelegate() {}
};
« no previous file with comments | « no previous file | chrome/browser/history/expire_history_backend.cc » ('j') | chrome/browser/history/history_backend.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698