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

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

Issue 10069031: Replace SafeBrowsing MAC with downloads over SSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 7b68ee92ed72cf550f1fe3e1122f754a8f655789..511a7585af2d3db315c07c622fd268f57b364992 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -263,11 +263,6 @@ class SafeBrowsingService
void OnBlockingPageDone(const std::vector<UnsafeResource>& resources,
bool proceed);
- // Called on the UI thread when the SafeBrowsingProtocolManager has received
- // updated MAC keys.
- void OnNewMacKeys(const std::string& client_key,
- const std::string& wrapped_key);
-
bool enabled() const { return enabled_; }
bool download_protection_enabled() const {
@@ -288,9 +283,6 @@ class SafeBrowsingService
net::URLRequestContextGetter* url_request_context();
- // Preference handling.
- static void RegisterPrefs(PrefService* prefs);
-
// Called on the IO thread to reset the database.
void ResetDatabase();
@@ -357,8 +349,7 @@ class SafeBrowsingService
// Called to initialize objects that are used on the io_thread. This may be
// called multiple times during the life of the SafeBrowsingService.
- void StartOnIOThread(const std::string& client_key,
- const std::string& wrapped_key);
+ void StartOnIOThread();
// Called to shutdown operations on the io_thread. This may be called multiple
// times during the life of the SafeBrowsingService.
« no previous file with comments | « chrome/browser/safe_browsing/protocol_parser_unittest.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