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

Unified Diff: content/public/common/resource_dispatcher_delegate.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/public/common/resource_dispatcher_delegate.h
diff --git a/content/public/common/resource_dispatcher_delegate.h b/content/public/common/resource_dispatcher_delegate.h
index 8f3ff615c5d9d78e868c88f1c6379b7f8e6fd910..23132311e9b2b7f8ba52d321c4fabec1d722b192 100644
--- a/content/public/common/resource_dispatcher_delegate.h
+++ b/content/public/common/resource_dispatcher_delegate.h
@@ -20,7 +20,7 @@ class CONTENT_EXPORT ResourceDispatcherDelegate {
virtual webkit_glue::ResourceLoaderBridge::Peer* OnRequestComplete(
webkit_glue::ResourceLoaderBridge::Peer* current_peer,
ResourceType::Type resource_type,
- const net::URLRequestStatus& status) = 0;
+ int error_code) = 0;
virtual webkit_glue::ResourceLoaderBridge::Peer* OnReceivedResponse(
webkit_glue::ResourceLoaderBridge::Peer* current_peer,

Powered by Google App Engine
This is Rietveld 408576698