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

Unified Diff: content/browser/renderer_host/throttling_resource_handler.h

Issue 10640019: Remove the HANDLED_EXTERNALLY status code. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: revert removing DCHECK from URLRequest::DoCancel Created 8 years, 5 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: content/browser/renderer_host/throttling_resource_handler.h
diff --git a/content/browser/renderer_host/throttling_resource_handler.h b/content/browser/renderer_host/throttling_resource_handler.h
index 827ab4b32d17f3b6150f1d45fb8215f05e616173..5736784b173ec9259b43f9deeae2a89f708fcd9c 100644
--- a/content/browser/renderer_host/throttling_resource_handler.h
+++ b/content/browser/renderer_host/throttling_resource_handler.h
@@ -39,6 +39,8 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
// ResourceThrottleController implementation:
virtual void Cancel() OVERRIDE;
+ virtual void CancelWithError(int error) OVERRIDE;
+ virtual void HandledExternally() OVERRIDE;
virtual void Resume() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698