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

Unified Diff: chrome/browser/plugin_process_host.cc

Issue 173049: Revert r23616 from 172. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/branches/172/src/
Patch Set: Created 11 years, 4 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
« no previous file with comments | « chrome/browser/net/url_fetcher.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_process_host.cc
===================================================================
--- chrome/browser/plugin_process_host.cc (revision 23699)
+++ chrome/browser/plugin_process_host.cc (working copy)
@@ -68,6 +68,8 @@
void InitiateDownload();
// URLRequest::Delegate
+ virtual void OnReceivedRedirect(URLRequest* request,
+ const GURL& new_url);
virtual void OnAuthRequired(URLRequest* request,
net::AuthChallengeInfo* auth_info);
virtual void OnSSLCertificateError(URLRequest* request,
@@ -127,6 +129,10 @@
download_file_request_->Start();
}
+void PluginDownloadUrlHelper::OnReceivedRedirect(URLRequest* request,
+ const GURL& new_url) {
+}
+
void PluginDownloadUrlHelper::OnAuthRequired(
URLRequest* request,
net::AuthChallengeInfo* auth_info) {
Property changes on: chrome\browser\plugin_process_host.cc
___________________________________________________________________
Modified: svn:mergeinfo
Reverse-merged /trunk/src/chrome/browser/plugin_process_host.cc:r14162,14665,15308,15810,15899,15950,16015,16808,18093,18210,18321,18640,18871,19044,19692,19978,19995,21417,22284
Merged /trunk/src/chrome/browser/plugin_process_host.cc:r22067
« no previous file with comments | « chrome/browser/net/url_fetcher.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698