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

Unified Diff: webkit/tools/test_shell/test_shell.cc

Issue 12928: Implement visited link coloring. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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
Index: webkit/tools/test_shell/test_shell.cc
===================================================================
--- webkit/tools/test_shell/test_shell.cc (revision 6868)
+++ webkit/tools/test_shell/test_shell.cc (working copy)
@@ -560,4 +560,12 @@
return L"en-US";
}
+uint64 webkit_glue::VisitedLinkHash(const char* canonical_url, size_t length) {
+ return 0;
+}
+
+bool webkit_glue::IsLinkVisited(uint64 link_hash) {
+ return false;
+}
+
} // namespace webkit_glue
« webkit/glue/chromium_bridge_impl.cc ('K') | « webkit/port/platform/chromium/LinkHashChromium.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698