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

Unified Diff: content/public/common/common_param_traits.cc

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/common_param_traits.cc
diff --git a/content/public/common/common_param_traits.cc b/content/public/common/common_param_traits.cc
index 723c33bcb748b31d1f46fef8beef424f7d0abe55..74ffa348b6484cd573f744e77ba5325d93058056 100644
--- a/content/public/common/common_param_traits.cc
+++ b/content/public/common/common_param_traits.cc
@@ -167,9 +167,6 @@ void ParamTraits<net::URLRequestStatus>::Log(const param_type& p,
case net::URLRequestStatus::IO_PENDING:
status = "IO_PENDING ";
break;
- case net::URLRequestStatus::HANDLED_EXTERNALLY:
- status = "HANDLED_EXTERNALLY";
- break;
case net::URLRequestStatus::CANCELED:
status = "CANCELED";
break;

Powered by Google App Engine
This is Rietveld 408576698