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

Unified Diff: ppapi/proxy/serialized_structs.h

Issue 10819004: PPAPI: Remove unused PPBAudio_NotifyAudioStreamCreated_Params (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/serialized_structs.h
diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
index f1d90f21a2b936837a4217b6fc25c03b18da50de..6bb0da0df9268b0dc935088ba318dd9c2d9d81b9 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698