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

Unified Diff: chrome/common/visitedlink_common.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: chrome/common/visitedlink_common.cc
===================================================================
--- chrome/common/visitedlink_common.cc (revision 6868)
+++ chrome/common/visitedlink_common.cc (working copy)
@@ -29,7 +29,7 @@
NOTREACHED();
return false;
}
- return IsVisited(ComputeURLFingerprint(canonical_url, url_len, salt_));
+ return IsVisited(ComputeURLFingerprint(canonical_url, url_len));
}
bool VisitedLinkCommon::IsVisited(Fingerprint fingerprint) const {

Powered by Google App Engine
This is Rietveld 408576698