Commit 22df6a29 authored by Reilly Grant's avatar Reilly Grant Committed by Commit Bot

Remove ShouldBeginRequest override from ContentFaviconDriverTest

The ShouldBeginRequest override in TestResourceDispatcherHostDelegate
is not necessary as it does not change the default behavior of

content: :ResourceDispatcherHostDelegate.
Change-Id: I4678bd494a5aa94698fffe2e1c8bafcabf1a8b71
Reviewed-on: https://chromium-review.googlesource.com/563524Reviewed-by: default avatarPeter Kotwicz <pkotwicz@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485170}
parent 294b1c82
......@@ -54,13 +54,6 @@ class TestResourceDispatcherHostDelegate
private:
// content::ResourceDispatcherHostDelegate:
bool ShouldBeginRequest(const std::string& method,
const GURL& url,
content::ResourceType resource_type,
content::ResourceContext* resource_context) override {
return true;
}
void RequestBeginning(net::URLRequest* request,
content::ResourceContext* resource_context,
content::AppCacheService* appcache_service,
......
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