| Index: content/browser/renderer_host/render_message_filter.h
|
| diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
|
| index f726244f4de74658fb3f41be02f50c67931b9953..e47c0953c772507b3422c561bc70c5b3ccc33f79 100644
|
| --- a/content/browser/renderer_host/render_message_filter.h
|
| +++ b/content/browser/renderer_host/render_message_filter.h
|
| @@ -223,14 +223,14 @@ class RenderMessageFilter : public BrowserMessageFilter {
|
| const std::string& challenge_string,
|
| const GURL& url,
|
| IPC::Message* reply_msg);
|
| - void OnAsyncOpenFile(const IPC::Message& msg,
|
| - const base::FilePath& path,
|
| - int flags,
|
| - int message_id);
|
| - void AsyncOpenFileOnFileThread(const base::FilePath& path,
|
| - int flags,
|
| - int message_id,
|
| - int routing_id);
|
| + void OnAsyncOpenPepperFile(const IPC::Message& msg,
|
| + const base::FilePath& path,
|
| + int pp_open_flags,
|
| + int message_id);
|
| + void AsyncOpenPepperFileOnFileThread(const base::FilePath& path,
|
| + int platform_file_flags,
|
| + int message_id,
|
| + int routing_id);
|
| void OnMediaLogEvents(const std::vector<media::MediaLogEvent>&);
|
|
|
| // Check the policy for getting cookies. Gets the cookies if allowed.
|
|
|