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

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: Load the table of visited links asynchronously and inform render about finish loading process. Created 5 years, 1 month 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: 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 83d8c134ba8de5c72e2655aaf0aff2d3c84f5b29..42c100877e0b869aecf99d5d84eea908f03b26b0 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -413,7 +413,7 @@ public:
// Tells all WebView instances to update the visited state for all
// their links.
- BLINK_EXPORT static void resetVisitedLinkState();
+ BLINK_EXPORT static void resetVisitedLinkState(bool invalidateVisitedLinkHashes);
// Custom colors -------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698