Chromium Code Reviews| Index: native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h |
| diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h b/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h |
| index 10e1d6eac2071816ebcbfc2e26e9ec3276d312c5..eda20be799f2b5cfde106fb6300f561cfd76309c 100644 |
| --- a/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h |
| +++ b/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_resource_manager.h |
| @@ -31,7 +31,7 @@ class FakeResourceManager { |
| T* Get(PP_Resource handle); |
| private: |
| - FakeResourceTracker* Get(PP_Resource handle); |
| + FakeResourceTracker* Get(PP_Resource handle, bool silent=false); |
|
binji
2014/01/29 19:18:52
I don't like bool parameters to functions; can you
Sam Clegg
2014/01/29 22:06:13
I just reverted this part of the change
|
| typedef std::map<PP_Resource, FakeResourceTracker*> ResourceMap; |
| PP_Resource next_handle_; |