| Index: content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| diff --git a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| index 7e010d6dbb378414c2c8f4261a53eae691832eb9..97984b00ab2c2fbc7f6c3bf281e3ba78f3137485 100644
|
| --- a/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc
|
| @@ -41,7 +41,8 @@ bool CanCreateReadWrite(int process_id, const base::FilePath& path) {
|
| PepperFlashFileMessageFilter::PepperFlashFileMessageFilter(
|
| PP_Instance instance,
|
| BrowserPpapiHost* host)
|
| - : plugin_process_handle_(host->GetPluginProcessHandle()) {
|
| + : ResourceMessageFilter(DELETE_ON_ANY_THREAD),
|
| + plugin_process_handle_(host->GetPluginProcessHandle()) {
|
| int unused;
|
| host->GetRenderViewIDsForInstance(instance, &render_process_id_, &unused);
|
| base::FilePath profile_data_directory = host->GetProfileDataDirectory();
|
|
|