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

Unified Diff: chrome/browser/extensions/fake_safe_browsing_database_manager.h

Issue 49253005: Fetch extension blacklist states from SafeBrowsing server (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add unit tests, fix bugs. Created 7 years, 1 month 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/extensions/fake_safe_browsing_database_manager.h
diff --git a/chrome/browser/extensions/fake_safe_browsing_database_manager.h b/chrome/browser/extensions/fake_safe_browsing_database_manager.h
index d6b8e37bbf8c21ed65e48cd835b7f9ab8e79406b..f3475b14e416308e5982a13ac078fa1a6d50c857 100644
--- a/chrome/browser/extensions/fake_safe_browsing_database_manager.h
+++ b/chrome/browser/extensions/fake_safe_browsing_database_manager.h
@@ -35,6 +35,10 @@ class FakeSafeBrowsingDatabaseManager : public SafeBrowsingDatabaseManager {
FakeSafeBrowsingDatabaseManager& SetUnsafe(const std::string& a,
const std::string& b,
const std::string& c);
+ FakeSafeBrowsingDatabaseManager& SetUnsafe(const std::string& a,
+ const std::string& b,
+ const std::string& c,
+ const std::string& d);
// Send the update notification.
void NotifyUpdate();

Powered by Google App Engine
This is Rietveld 408576698