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

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: fixed some minor issues Created 8 years, 6 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 8dc01077cbf1a4afa98a9971813bed070113baf0..be25b49d4edbe1276c38cdde64ffca7e0fc9b0f7 100644
--- a/content/browser/renderer_host/throttling_resource_handler.h
+++ b/content/browser/renderer_host/throttling_resource_handler.h
@@ -40,6 +40,7 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
// ResourceThrottleController implementation:
virtual void Cancel() OVERRIDE;
+ virtual void CancelWithError(int error) OVERRIDE;
virtual void Resume() OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698