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

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

Issue 137853023: [NaCl SDK] nacl_io: Add new fakes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
index 1c0325f6a9859b10f861dc0314fd83e39600f169..1ff60c704a2b42f9114cc2411f789b3661cce362 100644
--- a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_html5_fs.h
@@ -13,6 +13,7 @@
#include "fake_core_interface.h"
#include "fake_var_interface.h"
+#include "fake_var_manager.h"
#include "nacl_io/pepper_interface_dummy.h"
#include "sdk_util/macros.h"
@@ -149,6 +150,7 @@ class FakeFileRefInterface : public nacl_io::FileRefInterface {
private:
FakeCoreInterface* core_interface_; // Weak reference.
FakeVarInterface* var_interface_; // Weak reference.
+ FakeVarManager* var_manager_;
binji 2014/01/17 01:31:14 weak reference
Sam Clegg 2014/01/17 22:40:11 Done.
DISALLOW_COPY_AND_ASSIGN(FakeFileRefInterface);
};
@@ -188,6 +190,7 @@ class FakePepperInterfaceHtml5Fs : public nacl_io::PepperInterfaceDummy {
FakeCoreInterface core_interface_;
FakeVarInterface var_interface_;
+ FakeVarManager var_manager_;
FakeHtml5FsFilesystem filesystem_template_;
FakeFileSystemInterface file_system_interface_;
FakeFileRefInterface file_ref_interface_;

Powered by Google App Engine
This is Rietveld 408576698