| Index: webkit/glue/resource_loader_bridge.h
|
| ===================================================================
|
| --- webkit/glue/resource_loader_bridge.h (revision 15413)
|
| +++ webkit/glue/resource_loader_bridge.h (working copy)
|
| @@ -191,7 +191,8 @@
|
| int requestor_pid,
|
| ResourceType::Type request_type,
|
| int app_cache_context_id,
|
| - int routing_id);
|
| + int routing_id,
|
| + const std::string& fallback_charset);
|
|
|
| // Call this method before calling Start() to append a chunk of binary data
|
| // to the request body. May only be used with HTTP(S) POST requests.
|
|
|