Chromium Code Reviews| 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..7f5450c5f7f2967287e9dbbfb68e2c6ad12d4bd4 100644 |
| --- a/third_party/WebKit/public/web/WebView.h |
| +++ b/third_party/WebKit/public/web/WebView.h |
| @@ -424,7 +424,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); |
|
Rick Byers
2015/12/10 22:24:48
nit: please add a comment describing what the exac
|
| // Custom colors ------------------------------------------------------- |