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

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

Issue 1709943002: Revert of SafeBrowsing: DatabaseManager owns the V4GetHashProtocolManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 3c3435dd095b7ffe30a700c6a0307b5f4abf4919..ec8d59c98b0846bdbb1a06fe4aa4af1a564bd4e3 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -58,7 +58,6 @@
class SafeBrowsingServiceFactory;
class SafeBrowsingUIManager;
class SafeBrowsingURLRequestContextGetter;
-struct V4GetHashProtocolConfig;
#if defined(FULL_SAFE_BROWSING)
class IncidentReportingService;
@@ -104,12 +103,6 @@
// Create a protocol config struct.
virtual SafeBrowsingProtocolConfig GetProtocolConfig() const;
- // Create a v4 protocol config struct.
- virtual V4GetHashProtocolConfig GetV4GetHashProtocolConfig() const;
-
- // Returns the client_name field for both V3 and V4 protocol manager configs.
- std::string GetProtocolConfigClientName() const;
-
// Get current enabled status. Must be called on IO thread.
bool enabled() const {
DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
« no previous file with comments | « chrome/browser/safe_browsing/local_database_manager.cc ('k') | chrome/browser/safe_browsing/safe_browsing_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698