| Index: chrome/plugin/chrome_plugin_host.cc
|
| ===================================================================
|
| --- chrome/plugin/chrome_plugin_host.cc (revision 15413)
|
| +++ chrome/plugin/chrome_plugin_host.cc (working copy)
|
| @@ -155,7 +155,13 @@
|
| ResourceType::OBJECT,
|
| cprequest_->context,
|
| WebAppCacheContext::kNoAppCacheContextId,
|
| - MSG_ROUTING_CONTROL));
|
| + MSG_ROUTING_CONTROL,
|
| + // TODO(jungshik): disposition_fallback_charset can be
|
| + // useful if there's a plugin utilizing it (e.g. Flash
|
| + // can use this to determine the character encoding,
|
| + // but currently it does not leading to garbled strings
|
| + // when strings are in so-called "ANSI" rather than Unicode).
|
| + ""));
|
| if (!bridge_.get())
|
| return CPERR_FAILURE;
|
|
|
|
|