| Index: chrome/common/resource_dispatcher.h
|
| ===================================================================
|
| --- chrome/common/resource_dispatcher.h (revision 15413)
|
| +++ chrome/common/resource_dispatcher.h (working copy)
|
| @@ -47,7 +47,8 @@
|
| ResourceType::Type resource_type,
|
| uint32 request_context /* used for plugin->browser requests */,
|
| int app_cache_context_id,
|
| - int route_id);
|
| + int route_id,
|
| + const std::string& disposition_fallback_charset);
|
|
|
| // Adds a request from the pending_requests_ list, returning the new
|
| // requests' ID
|
|
|