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

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

Issue 33053002: Pepper: Move FileIO host from renderer to browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months 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: 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 446a53162884ef2f81fec22bedd807cb2b1a92a9..5bb5203afc2db84eb314783a97fa1bb48f45e481 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -223,9 +223,6 @@ class RenderMessageFilter : public BrowserMessageFilter {
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