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

Unified Diff: components/safe_browsing_db/test_database_manager.cc

Issue 1643573002: Add a ModuleLoadAnalyzer which checks modules against a whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/soon when/soon as 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: components/safe_browsing_db/test_database_manager.cc
diff --git a/components/safe_browsing_db/test_database_manager.cc b/components/safe_browsing_db/test_database_manager.cc
index 53f33162aa02029438495a0f669f286c9f857fa6..454c3586bb4fca575984e3e0a503f32fb785ec6b 100644
--- a/components/safe_browsing_db/test_database_manager.cc
+++ b/components/safe_browsing_db/test_database_manager.cc
@@ -93,6 +93,12 @@ bool TestSafeBrowsingDatabaseManager::MatchInclusionWhitelistUrl(
return true;
}
+bool TestSafeBrowsingDatabaseManager::MatchModuleWhitelistString(
+ const std::string& str) {
+ NOTIMPLEMENTED();
+ return true;
+}
+
bool TestSafeBrowsingDatabaseManager::IsMalwareKillSwitchOn() {
NOTIMPLEMENTED();
return false;

Powered by Google App Engine
This is Rietveld 408576698