summaryrefslogtreecommitdiffstats
path: root/ppapi
diff options
context:
space:
mode:
authordmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 00:47:01 +0000
committerdmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 00:47:01 +0000
commite62269eb4faac0821623775f14a7ec5d25ce200e (patch)
treeb7ff0f3d2fbef6a0ab7bef82055b1ea80ae783c6 /ppapi
parent4daa10994430ff9b6e2dad11b9d0acf45466cae5 (diff)
downloadchromium_src-e62269eb4faac0821623775f14a7ec5d25ce200e.zip
chromium_src-e62269eb4faac0821623775f14a7ec5d25ce200e.tar.gz
chromium_src-e62269eb4faac0821623775f14a7ec5d25ce200e.tar.bz2
PPAPI: Remove unused PPBAudio_NotifyAudioStreamCreated_Params
The "Params" class is not used; the params are just directly stuck in the message. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10819004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-rw-r--r--ppapi/proxy/serialized_structs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
index f1d90f21..6bb0da0 100644
--- a/ppapi/proxy/serialized_structs.h
+++ b/ppapi/proxy/serialized_structs.h
@@ -86,14 +86,6 @@ struct PPBFlash_DrawGlyphs_Params {
std::vector<PP_Point> glyph_advances;
};
-struct PPBAudio_NotifyAudioStreamCreated_Params {
- ppapi::HostResource audio_id;
- int32_t result_code; // Will be != PP_OK on failure
- IPC::PlatformFileForTransit socket_handle;
- base::SharedMemoryHandle handle;
- int32_t length;
-};
-
struct PPBURLLoader_UpdateProgress_Params {
PP_Instance instance;
ppapi::HostResource resource;