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

Unified Diff: content/browser/renderer_host/pepper/pepper_renderer_connection.h

Issue 21966004: Pepper: Move FileRef to the "new" resource proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another rebase Created 7 years, 3 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/pepper/pepper_renderer_connection.h
diff --git a/content/browser/renderer_host/pepper/pepper_renderer_connection.h b/content/browser/renderer_host/pepper/pepper_renderer_connection.h
index 24cbc2c6ca51e899535749cbae6806465c8725c8..157827a9cfd7b6b0728417dc2dd46e92406bed38 100644
--- a/content/browser/renderer_host/pepper/pepper_renderer_connection.h
+++ b/content/browser/renderer_host/pepper/pepper_renderer_connection.h
@@ -54,12 +54,6 @@ class PepperRendererConnection : public BrowserMessageFilter {
PP_Instance instance,
const std::vector<IPC::Message>& nested_msgs);
- void OnMsgFileRefGetInfoForRenderer(
- int routing_id,
- int child_process_id,
- int32_t sequence_num,
- const std::vector<PP_Resource>& resources);
-
void OnMsgDidCreateInProcessInstance(
PP_Instance instance,
const PepperRendererInstanceData& instance_data);

Powered by Google App Engine
This is Rietveld 408576698