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

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: 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/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 f8a030d19c15c4c6ab737cfe615333f848d396c5..d340931594b6b04a6c7274258f5b3747a1124c70 100644
--- a/content/public/common/common_param_traits.cc
+++ b/content/public/common/common_param_traits.cc
@@ -99,9 +99,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;
« no previous file with comments | « content/public/browser/resource_request_info.h ('k') | content/public/common/resource_dispatcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698