Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: trunk/src/content/browser/renderer_host/render_message_filter.h

Issue 60323002: Revert 232547 "Pepper: Move FileIO host from renderer to browser." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698