Commit bd6dfc5c authored by Balazs Engedy's avatar Balazs Engedy Committed by Commit Bot

Remove NOTREACHED() overrides from FakeSafeBrowsingDatabaseManager.

Bug: 1028642
Change-Id: I0a16154ead9b668f2100afc4e46caa0a5c879269
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1945818
Auto-Submit: Balazs Engedy <engedy@chromium.org>
Commit-Queue: Andy Paicu <andypaicu@chromium.org>
Reviewed-by: default avatarAndy Paicu <andypaicu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720954}
parent 14ef079e
......@@ -78,22 +78,6 @@ class FakeSafeBrowsingDatabaseManager
bool IsSupported() const override { return true; }
bool ChecksAreAlwaysAsync() const override { return false; }
bool CanCheckResourceType(
content::ResourceType /* resource_type */) const override {
NOTREACHED();
return true;
}
safe_browsing::ThreatSource GetThreatSource() const override {
NOTREACHED();
return safe_browsing::ThreatSource::LOCAL_PVER4;
}
bool CheckExtensionIDs(const std::set<std::string>& extension_ids,
Client* client) override {
NOTREACHED();
return true;
}
private:
void OnCheckUrlForSubresourceFilterComplete(Client* client, const GURL& url);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment