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

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

Issue 2657673004: Add shutdown notification and service refs to SyncServiceObserver. (Closed)
Patch Set: Chromeos fix Created 3 years, 11 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/browsing_history_service.h
diff --git a/chrome/browser/history/browsing_history_service.h b/chrome/browser/history/browsing_history_service.h
index 165b59b761bfe2f19c3ad13d528a035f83203358..b0fbacb250e5f4b9d6fc869f2882f9a8704a4735 100644
--- a/chrome/browser/history/browsing_history_service.h
+++ b/chrome/browser/history/browsing_history_service.h
@@ -145,7 +145,7 @@ class BrowsingHistoryService : public history::HistoryServiceObserver,
items);
// SyncServiceObserver implementation.
- void OnStateChanged() override;
+ void OnStateChanged(syncer::SyncService* sync) override;
// Merges duplicate entries from the query results, only retaining the most
// recent visit to a URL on a particular day. That visit contains the
« no previous file with comments | « chrome/browser/extensions/external_pref_loader.cc ('k') | chrome/browser/history/browsing_history_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698