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

Unified Diff: ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc

Issue 9814015: Add new MouseCursor interface for setting the mouse cursor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc
diff --git a/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc b/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc
index 964b1f367e4cbe1a0ff315c055f19b7764cc3d89..6cbd90702f1ccae5794ac7bc5c1c282f9b5c2577 100644
--- a/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc
+++ b/ppapi/native_client/tests/ppapi_browser/ppb_dev/ppapi_ppb_dev.cc
@@ -12,12 +12,11 @@
#include "native_client/src/shared/ppapi_proxy/plugin_nacl_file.h"
#include "native_client/tests/ppapi_test_lib/get_browser_interface.h"
#include "native_client/tests/ppapi_test_lib/test_interface.h"
+#include "ppapi/c/dev/ppb_zoom_dev.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_core.h"
-#include "ppapi/c/dev/ppb_cursor_control_dev.h"
-
namespace {
////////////////////////////////////////////////////////////////////////////////
@@ -25,11 +24,7 @@ namespace {
////////////////////////////////////////////////////////////////////////////////
void TestGetDevInterfaces() {
- // This test is run as a simple embedded .nexe with --enable-nacl. It should
- // have access to all dev interfaces. Only test one to make the test more
- // robust as interfaces change.
- EXPECT(GetBrowserInterface(PPB_CURSOR_CONTROL_DEV_INTERFACE) != NULL);
-
+ // TODO(brettw) remove this test.
TEST_PASSED;
}

Powered by Google App Engine
This is Rietveld 408576698