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

Unified Diff: chrome/browser/custom_handlers/protocol_handler_registry.cc

Issue 11420013: POSTs to HSTS domains are no longer converted to GETs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix stuff Created 8 years, 1 month 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: chrome/browser/custom_handlers/protocol_handler_registry.cc
===================================================================
--- chrome/browser/custom_handlers/protocol_handler_registry.cc (revision 167986)
+++ chrome/browser/custom_handlers/protocol_handler_registry.cc (working copy)
@@ -151,7 +151,8 @@
return NULL;
return new net::URLRequestRedirectJob(
- request, network_delegate, translated_url);
+ request, network_delegate, translated_url,
+ net::URLRequestRedirectJob::REDIRECT_302_FOUND);
willchan no longer on Chromium 2012/11/17 21:43:08 I think you're right that this is wrong. May want
mmenke 2012/11/19 16:00:35 Bug filed - http://www.crbug.com/161769
}
// URLInterceptor ------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698