Index: ppapi/proxy/file_system_resource.h |
diff --git a/ppapi/proxy/file_system_resource.h b/ppapi/proxy/file_system_resource.h |
index a54a1c8a358d3bd87cf5ddcc6ea4eaa92f2ed941..9029583c819b916c33e8194146c5af2299fc4802 100644 |
--- a/ppapi/proxy/file_system_resource.h |
+++ b/ppapi/proxy/file_system_resource.h |
@@ -65,6 +65,7 @@ class PPAPI_PROXY_EXPORT FileSystemResource |
PP_FileSystemType type_; |
bool called_open_; |
uint32_t callback_count_; |
+ int32_t callback_result_; |
DISALLOW_COPY_AND_ASSIGN(FileSystemResource); |
}; |