| Index: ppapi/proxy/serialized_structs.h
|
| diff --git a/ppapi/proxy/serialized_structs.h b/ppapi/proxy/serialized_structs.h
|
| index 159ee390d09ca50bbce2fac23ba00d978d264e1e..706d6be254029317032b5bb7469f82b89b67ccea 100644
|
| --- a/ppapi/proxy/serialized_structs.h
|
| +++ b/ppapi/proxy/serialized_structs.h
|
| @@ -70,17 +70,6 @@ struct SerializedDirEntry {
|
| bool is_dir;
|
| };
|
|
|
| -// FileRefs are created in a number of places and they include a number of
|
| -// return values. This struct encapsulates everything in one place.
|
| -struct PPBFileRef_CreateInfo {
|
| - PPBFileRef_CreateInfo(); // Initializes to 0.
|
| -
|
| - ppapi::HostResource resource;
|
| - int file_system_type; // One of PP_FileSystemType values.
|
| - SerializedVar path;
|
| - SerializedVar name;
|
| -};
|
| -
|
| struct PPBFlash_DrawGlyphs_Params {
|
| PPBFlash_DrawGlyphs_Params();
|
| ~PPBFlash_DrawGlyphs_Params();
|
|
|