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

Unified Diff: content/common/resource_dispatcher.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/common/resource_dispatcher.h
diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
index 7c5cdbafd32cd1f030aeb20ff28e498f1cf8e681..e863720eace1ed8933ca88dfaa2e0b6764f04aae 100644
--- a/content/common/resource_dispatcher.h
+++ b/content/common/resource_dispatcher.h
@@ -128,7 +128,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Channel::Listener {
int data_len);
void OnRequestComplete(
int request_id,
- const net::URLRequestStatus& status,
+ int error_code,
const std::string& security_info,
const base::TimeTicks& completion_time);

Powered by Google App Engine
This is Rietveld 408576698