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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.h

Issue 1970823002: Remove the unused OffDomainInclusionDetector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 years, 7 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
Index: chrome/browser/safe_browsing/safe_browsing_service.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index f5de477ca7427f03539b00ab01e261614c196733..c12fc2bfc601527743e6e431a67fe9ca93817a7d 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -59,7 +59,6 @@ struct V4ProtocolConfig;
#if defined(FULL_SAFE_BROWSING)
Nathan Parker 2016/05/16 16:40:10 Delete this line as well, and the ifdef, since it
Joe Mason 2016/05/16 19:35:12 Done.
class IncidentReportingService;
-class OffDomainInclusionDetector;
#endif
// Construction needs to happen on the main thread.

Powered by Google App Engine
This is Rietveld 408576698