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

Unified Diff: chrome/browser/safe_browsing/test_database_manager.cc

Issue 1343293004: Don't check URLs against Safe Browsing if not supported. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: braces, per the thestig Created 5 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 | « chrome/browser/safe_browsing/test_database_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/test_database_manager.cc
diff --git a/chrome/browser/safe_browsing/test_database_manager.cc b/chrome/browser/safe_browsing/test_database_manager.cc
index 648451eade0bb932f4d77d9369b823d479b712a3..4f89047f63511b32b81e32fa135f4d1b0c19d70a 100644
--- a/chrome/browser/safe_browsing/test_database_manager.cc
+++ b/chrome/browser/safe_browsing/test_database_manager.cc
@@ -10,6 +10,11 @@
#include "base/logging.h"
+bool TestSafeBrowsingDatabaseManager::IsSupported() const {
+ NOTIMPLEMENTED();
+ return false;
+}
+
bool TestSafeBrowsingDatabaseManager::CanCheckUrl(const GURL& url) const {
NOTIMPLEMENTED();
return false;
« no previous file with comments | « chrome/browser/safe_browsing/test_database_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698