Index: content/browser/renderer_host/throttling_resource_handler.cc |
diff --git a/content/browser/renderer_host/throttling_resource_handler.cc b/content/browser/renderer_host/throttling_resource_handler.cc |
index b833b7f3c21c2e0b3656d7fef8199e56f84a940e..a6b9c882f71c167b5a846250a8bd5c20d452980d 100644 |
--- a/content/browser/renderer_host/throttling_resource_handler.cc |
+++ b/content/browser/renderer_host/throttling_resource_handler.cc |
@@ -95,6 +95,10 @@ void ThrottlingResourceHandler::Cancel() { |
controller()->Cancel(); |
} |
+void ThrottlingResourceHandler::CancelAndIgnore() { |
+ controller()->CancelAndIgnore(); |
+} |
+ |
void ThrottlingResourceHandler::Resume() { |
switch (deferred_stage_) { |
case DEFERRED_NONE: |