Commit ffa69842 authored by simonhatch's avatar simonhatch Committed by Commit bot

Remove unused did_defer_for_testing() from CrossSiteResourceHandler.

Noticed this was hanging around after the NavigationTransitions cleanup, was originally used in a test but now nothing calls it.

BUG=370696

Review URL: https://codereview.chromium.org/1162833003

Cr-Commit-Position: refs/heads/master@{#333053}
parent fc19bf72
...@@ -49,9 +49,6 @@ class CrossSiteResourceHandler : public LayeredResourceHandler { ...@@ -49,9 +49,6 @@ class CrossSiteResourceHandler : public LayeredResourceHandler {
CONTENT_EXPORT static void SetLeakRequestsForTesting( CONTENT_EXPORT static void SetLeakRequestsForTesting(
bool leak_requests_for_testing); bool leak_requests_for_testing);
// Returns whether the handler is deferred.
bool did_defer_for_testing() const { return did_defer_; }
private: private:
// Prepare to transfer the cross-site response to a new RenderFrameHost, by // Prepare to transfer the cross-site response to a new RenderFrameHost, by
// asking it to issue an identical request (on the UI thread). // asking it to issue an identical request (on the UI thread).
......
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