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

Unified Diff: ppapi/tests/test_buffer.h

Issue 7108051: Implement out-of-process proxy for PPB_Buffer_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude out-of-process testing for OS_MACOSX, where apparently sandboxing dies at startup. Created 9 years, 6 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/shared_impl/resource_object_base.h ('k') | ppapi/tests/test_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_buffer.h
diff --git a/ppapi/tests/test_buffer.h b/ppapi/tests/test_buffer.h
index 4c78d9d1804d90a31cd1c15b0f7a5330f17407a8..7b145bf7d5bb10bebf121a600914f07b1257cb96 100644
--- a/ppapi/tests/test_buffer.h
+++ b/ppapi/tests/test_buffer.h
@@ -23,6 +23,7 @@ class TestBuffer : public TestCase {
std::string TestInvalidSize();
std::string TestInitToZero();
std::string TestIsBuffer();
+ std::string TestBasicLifeCycle();
// Used by the tests that access the C API directly.
const PPB_Buffer_Dev* buffer_interface_;
« no previous file with comments | « ppapi/shared_impl/resource_object_base.h ('k') | ppapi/tests/test_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698