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

Unified Diff: ppapi/tests/test_utils.h

Issue 6432001: Implement proxy for FlashMenu and Run/QuitMessageLoop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Handle NULL menus more gracefully Created 9 years, 10 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_url_loader.cc ('k') | ppapi/tests/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_utils.h
diff --git a/ppapi/tests/test_utils.h b/ppapi/tests/test_utils.h
index 192b23937dcf33c4d06fdd9752eb898b305a9e43..6fde9bfa2a481e291aa96f103d1a37766b5ee3eb 100644
--- a/ppapi/tests/test_utils.h
+++ b/ppapi/tests/test_utils.h
@@ -8,6 +8,7 @@
#include <string>
#include "ppapi/c/dev/ppb_testing_dev.h"
+#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/cpp/completion_callback.h"
@@ -16,7 +17,7 @@ std::string ReportError(const char* method, int32_t error);
class TestCompletionCallback {
public:
- TestCompletionCallback();
+ TestCompletionCallback(PP_Instance instance);
int32_t WaitForResult();
@@ -31,6 +32,7 @@ class TestCompletionCallback {
int32_t result_;
bool post_quit_task_;
unsigned run_count_;
+ PP_Instance instance_;
};
#endif // PPAPI_TESTS_TEST_UTILS_H_
« no previous file with comments | « ppapi/tests/test_url_loader.cc ('k') | ppapi/tests/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698