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

Unified Diff: chrome/browser/domain_reliability/service_factory.h

Issue 525303004: Domain Reliability: Don't create Service if metrics reporting disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Even simpler. Created 6 years, 3 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/domain_reliability/service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/domain_reliability/service_factory.h
diff --git a/chrome/browser/domain_reliability/service_factory.h b/chrome/browser/domain_reliability/service_factory.h
index dcf460a8d3b58469211fa1a6056731500064f9c0..55e5e18a859d3a62e8264a88098998b3f2a2f754 100644
--- a/chrome/browser/domain_reliability/service_factory.h
+++ b/chrome/browser/domain_reliability/service_factory.h
@@ -36,6 +36,8 @@ class DomainReliabilityServiceFactory
virtual KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const OVERRIDE;
+ bool reporting_enabled_;
mmenke 2014/09/03 14:59:46 I don't think this is needed, either, is it? We c
+
DISALLOW_COPY_AND_ASSIGN(DomainReliabilityServiceFactory);
};
« no previous file with comments | « no previous file | chrome/browser/domain_reliability/service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698