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

Unified Diff: third_party/WebKit/public/web/WebView.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 | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 843f633953d2326cb03b11c7185dd39a2d1d7711..e21137b4c3feeb12ea0c643178fc761c5f133e8d 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -423,8 +423,10 @@ public:
BLINK_EXPORT static void updateVisitedLinkState(unsigned long long hash);
// Tells all WebView instances to update the visited state for all
- // their links.
- BLINK_EXPORT static void resetVisitedLinkState();
+ // their links. Use invalidateVisitedLinkHashes to inform that the visitedlink
+ // table was changed and the salt was changed too. And all cached visitedlink
+ // hashes need to be recalculated.
+ BLINK_EXPORT static void resetVisitedLinkState(bool invalidateVisitedLinkHashes);
// Custom colors -------------------------------------------------------
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698