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

Unified Diff: components/visitedlink/browser/visitedlink_event_listener.h

Issue 1417943002: Load the table of visited links from database file asynchronously. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add extra comment and fix compilation error. Created 5 years 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 | « no previous file | components/visitedlink/browser/visitedlink_event_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/visitedlink/browser/visitedlink_event_listener.h
diff --git a/components/visitedlink/browser/visitedlink_event_listener.h b/components/visitedlink/browser/visitedlink_event_listener.h
index f211fce0561ca0c78287017cb58aac77946b9e14..d74c8dbc63ecc2c73b65a469a2f8d0e1c6255ea4 100644
--- a/components/visitedlink/browser/visitedlink_event_listener.h
+++ b/components/visitedlink/browser/visitedlink_event_listener.h
@@ -37,7 +37,7 @@ class VisitedLinkEventListener : public VisitedLinkMaster::Listener,
void NewTable(base::SharedMemory* table_memory) override;
void Add(VisitedLinkMaster::Fingerprint fingerprint) override;
- void Reset() override;
+ void Reset(bool invalidate_hashes) override;
private:
void CommitVisitedLinks();
« no previous file with comments | « no previous file | components/visitedlink/browser/visitedlink_event_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698