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

Unified Diff: native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h

Issue 13951014: [NaCl SDK] nacl_io: opening a node immediately after mounting would fail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix windows Created 7 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
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
diff --git a/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h b/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
index 0fe374318152974bc4c72ec0a007039f7939e655..a9e2445e236346140dc4785acd2c471db14b8988 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
+++ b/native_client_sdk/src/libraries/nacl_io_test/pepper_interface_mock.h
@@ -39,6 +39,7 @@ class PepperInterfaceMock : public PepperInterface {
virtual PP_Instance GetInstance();
MOCK_METHOD1(AddRefResource, void(PP_Resource));
MOCK_METHOD1(ReleaseResource, void(PP_Resource));
+ MOCK_METHOD0(IsMainThread, bool());
// Interface getters.
#include "nacl_io/pepper/define_empty_macros.h"
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io_test/mount_html5fs_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698