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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/mock_node.h

Issue 59883020: [NaCl SDK] nacl_io: Enable isatty running under sel_ldr. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/tests/nacl_io_test/mem_fs_node_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/tests/nacl_io_test/mock_node.h
diff --git a/native_client_sdk/src/tests/nacl_io_test/mock_node.h b/native_client_sdk/src/tests/nacl_io_test/mock_node.h
index 199f6b10ed078bc29cefd740b6f31ca57d920754..8286e3a1a9228c51c3f0d49cb218ab9c38d1b256 100644
--- a/native_client_sdk/src/tests/nacl_io_test/mock_node.h
+++ b/native_client_sdk/src/tests/nacl_io_test/mock_node.h
@@ -35,7 +35,7 @@ class MockNode : public nacl_io::Node {
MOCK_METHOD1(GetSize, Error(size_t*));
MOCK_METHOD0(IsaDir, bool());
MOCK_METHOD0(IsaFile, bool());
- MOCK_METHOD0(IsaTTY, bool());
+ MOCK_METHOD0(Isatty, Error());
MOCK_METHOD0(ChildCount, int());
MOCK_METHOD2(AddChild, Error(const std::string&, const ScopedNode&));
MOCK_METHOD1(RemoveChild, Error(const std::string&));
« no previous file with comments | « native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698