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

Unified Diff: chrome/renderer/renderer_glue.cc

Issue 113069: Content-Dispositon handling fix #2. Still WiP. Uploading as a check point.... Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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/renderer/media/simple_data_source.cc ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/renderer_glue.cc
===================================================================
--- chrome/renderer/renderer_glue.cc (revision 15413)
+++ chrome/renderer/renderer_glue.cc (working copy)
@@ -236,12 +236,14 @@
int origin_pid,
ResourceType::Type resource_type,
int app_cache_context_id,
- int routing_id) {
+ int routing_id,
+ const std::string& disposition_fallback_charset) {
ResourceDispatcher* dispatch = RenderThread::current()->resource_dispatcher();
return dispatch->CreateBridge(method, url, policy_url, referrer,
frame_origin, main_frame_origin, headers,
load_flags, origin_pid, resource_type, 0,
- app_cache_context_id, routing_id);
+ app_cache_context_id, routing_id,
+ disposition_fallback_charset);
}
void NotifyCacheStats() {
« no previous file with comments | « chrome/renderer/media/simple_data_source.cc ('k') | webkit/build/WebCore/WebCore.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698