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

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: rebase + fix nits Created 8 years, 3 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..cca637d8ab2363f2d3c13950719ae872599de30a 100644
--- a/content/browser/renderer_host/throttling_resource_handler.h
+++ b/content/browser/renderer_host/throttling_resource_handler.h
@@ -39,6 +39,7 @@ class ThrottlingResourceHandler : public LayeredResourceHandler,
// ResourceThrottleController implementation:
virtual void Cancel() OVERRIDE;
+ virtual void CancelAndIgnore() OVERRIDE;
virtual void Resume() OVERRIDE;
private:
« no previous file with comments | « content/browser/renderer_host/sync_resource_handler.cc ('k') | content/browser/renderer_host/throttling_resource_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698