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

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

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 | « no previous file | chrome/browser/visitedlink/visitedlink_master_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/visitedlink/visitedlink_master_factory.h
diff --git a/chrome/browser/visitedlink/visitedlink_master_factory.h b/chrome/browser/visitedlink/visitedlink_master_factory.h
index b1dea0be31329aa3c6e683e1e1e196940e364f5d..d2f867c39d88a54d6b41e169d16a9258ceb618f4 100644
--- a/chrome/browser/visitedlink/visitedlink_master_factory.h
+++ b/chrome/browser/visitedlink/visitedlink_master_factory.h
@@ -30,6 +30,7 @@ class VisitedLinkMasterFactory : public ProfileKeyedServiceFactory {
// ProfileKeyedServiceFactory:
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(VisitedLinkMasterFactory);
« no previous file with comments | « no previous file | chrome/browser/visitedlink/visitedlink_master_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698