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

Unified Diff: content/browser/android/content_view_client.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/browser/android/content_view_client.cc
diff --git a/content/browser/android/content_view_client.cc b/content/browser/android/content_view_client.cc
index cf104c010ab65082ca508e95f3cdd2b3e9c1588d..a88b232060e1d2e33b68e21fa8192127c5f6cccd 100644
--- a/content/browser/android/content_view_client.cc
+++ b/content/browser/android/content_view_client.cc
@@ -485,6 +485,7 @@ ContentViewClientError ContentViewClient::ToContentViewClientError(
case net::ERR_DISALLOWED_URL_SCHEME:
case net::ERR_UNKNOWN_URL_SCHEME:
+ case net::OK_HANDLED_EXTERNALLY:
return CONTENT_VIEW_CLIENT_ERROR_UNSUPPORTED_SCHEME;
case net::ERR_IO_PENDING:

Powered by Google App Engine
This is Rietveld 408576698