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

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

Issue 235863023: Eliminate the archived history database and clean up related code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/typed_url_syncable_service.h
diff --git a/chrome/browser/history/typed_url_syncable_service.h b/chrome/browser/history/typed_url_syncable_service.h
index 8e7aea604d8d75d58fbffaa233d710880e1681e9..3673797a96410e2fbd3b585c955eb168c276b12c 100644
--- a/chrome/browser/history/typed_url_syncable_service.h
+++ b/chrome/browser/history/typed_url_syncable_service.h
@@ -58,7 +58,7 @@ class TypedUrlSyncableService : public syncer::SyncableService {
// Called directly by HistoryBackend when local url data changes.
void OnUrlsModified(URLRows* changed_urls);
void OnUrlVisited(content::PageTransition transition, URLRow* row);
- void OnUrlsDeleted(bool all_history, bool archived, URLRows* rows);
+ void OnUrlsDeleted(bool all_history, bool expired, URLRows* rows);
protected:
void GetSyncedUrls(std::set<GURL>* urls) {

Powered by Google App Engine
This is Rietveld 408576698