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

Unified Diff: webkit/glue/webview.h

Issue 113591: Fix Acid3 Test 48: LINKTEST, Chromium side.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Made waiting more bearable. Created 11 years, 6 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
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview.h
===================================================================
--- webkit/glue/webview.h (revision 19822)
+++ webkit/glue/webview.h (working copy)
@@ -51,6 +51,14 @@
static WebView* Create(WebViewDelegate* delegate,
const WebPreferences& prefs);
+ // Tells all Page instances of this view to update the visited link state for
+ // the specified hash.
+ static void UpdateVisitedLinkState(uint64 link_hash);
+
+ // Tells all Page instances of this view to update visited state for all their
+ // links.
+ static void ResetVisitedLinkState();
+
// Returns the delegate for this WebView. This is the pointer that was
// passed to WebView::Create. The caller must check this value before using
// it, it will be NULL during closing of the view.
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698