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

Unified Diff: chrome/browser/visitedlink/visitedlink_master_factory.cc

Issue 11928004: Create Visited link service with profile to make sure all visited link events are captured. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src
Patch Set: Created 7 years, 11 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/browser/visitedlink/visitedlink_master_factory.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/visitedlink/visitedlink_master_factory.cc
diff --git a/chrome/browser/visitedlink/visitedlink_master_factory.cc b/chrome/browser/visitedlink/visitedlink_master_factory.cc
index 202fcd97c5d217bb3740ff70df7068d037842ece..87d2dde22947f3ec2bac28a53624e9f135999b88 100644
--- a/chrome/browser/visitedlink/visitedlink_master_factory.cc
+++ b/chrome/browser/visitedlink/visitedlink_master_factory.cc
@@ -40,6 +40,10 @@ VisitedLinkMasterFactory::BuildServiceInstanceFor(Profile* profile) const {
return NULL;
}
+bool VisitedLinkMasterFactory::ServiceIsCreatedWithProfile() const {
+ return true;
+}
+
bool VisitedLinkMasterFactory::ServiceIsNULLWhileTesting() const {
return true;
}
« no previous file with comments | « chrome/browser/visitedlink/visitedlink_master_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698