| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 4f3da514aca795b576f9c1a31c292d06e5618b04..22e25a32be4d542558b099df4994bbeaaa753d47 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -210,11 +210,11 @@ class PepperPluginDelegateImpl
|
| bool final_result) OVERRIDE;
|
| virtual void SelectedFindResultChanged(int identifier, int index) OVERRIDE;
|
| virtual bool AsyncOpenFile(const base::FilePath& path,
|
| - int flags,
|
| + int pp_open_flags,
|
| const AsyncOpenFileCallback& callback) OVERRIDE;
|
| virtual void AsyncOpenFileSystemURL(
|
| const GURL& path,
|
| - int flags,
|
| + int pp_open_flags,
|
| const AsyncOpenFileSystemURLCallback& callback) OVERRIDE;
|
| virtual bool IsFileSystemOpened(PP_Instance instance,
|
| PP_Resource resource) const OVERRIDE;
|
|
|