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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

Issue 7300010: Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up thunk.h Created 9 years, 5 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 | « no previous file | ppapi/c/dev/ppb_memory_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index 2eacd8cfc05b81dabf6978860c19e28c492e1e24..af138943657a29e06c1d0d15e90e56fd326d6cc7 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -187,6 +187,10 @@ TEST_F(PPAPITest, PostMessage) {
RunTest("PostMessage");
}
+TEST_F(PPAPITest, Memory) {
+ RunTest("Memory");
+}
+
// http://crbug.com/83443
TEST_F(PPAPITest, FAILS_FileIO) {
RunTestViaHTTP("FileIO");
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_memory_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698