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

Unified Diff: ppapi/tests/test_post_message.h

Issue 52233002: [PPAPI] Added VarResource_Dev class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix Windows compile. Created 7 years, 2 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 | « ppapi/tests/test_file_system.cc ('k') | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_post_message.h
diff --git a/ppapi/tests/test_post_message.h b/ppapi/tests/test_post_message.h
index 04164967431b9d88867c86dfd62822329033ea0a..8ee4a6cc592e9d85243dc9a9284cdd34db5f009e 100644
--- a/ppapi/tests/test_post_message.h
+++ b/ppapi/tests/test_post_message.h
@@ -8,9 +8,6 @@
#include <string>
#include <vector>
-#include "ppapi/c/dev/ppb_var_resource_dev.h"
-#include "ppapi/c/ppb_file_system.h"
-#include "ppapi/c/ppb_var.h"
#include "ppapi/tests/test_case.h"
class TestPostMessage : public TestCase {
@@ -107,12 +104,6 @@ class TestPostMessage : public TestCase {
// This is used to store pp::Var objects we receive via a call to
// HandleMessage.
VarVector message_data_;
-
- // Interfaces for C APIs.
- const PPB_Core* core_interface_;
- const PPB_FileSystem* file_system_interface_;
- const PPB_Var* var_interface_;
- const PPB_VarResource_Dev* var_resource_interface_;
};
#endif // PPAPI_TESTS_TEST_POST_MESSAGE_H_
« no previous file with comments | « ppapi/tests/test_file_system.cc ('k') | ppapi/tests/test_post_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698