Index: trunk/src/content/browser/renderer_host/render_message_filter.h |
=================================================================== |
--- trunk/src/content/browser/renderer_host/render_message_filter.h (revision 233010) |
+++ trunk/src/content/browser/renderer_host/render_message_filter.h (working copy) |
@@ -224,6 +224,9 @@ |
const std::string& challenge_string, |
const GURL& url, |
IPC::Message* reply_msg); |
+ void OnAsyncOpenPepperFile(int routing_id, |
+ const base::FilePath& path, |
+ int pp_open_flags); |
void OnMediaLogEvents(const std::vector<media::MediaLogEvent>&); |
// Check the policy for getting cookies. Gets the cookies if allowed. |