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

Unified Diff: native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc

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_url_loader.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc
index 2d10c971393b1f55c97fffb0f033a33c7a2e60da..9451f64603ecc0c1833b579bcee369e7533b4ca9 100644
--- a/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc
+++ b/native_client_sdk/src/tests/nacl_io_test/fake_pepper_interface_url_loader.cc
@@ -497,7 +497,8 @@ PP_Var FakeURLResponseInfoInterface::GetProperty(
}
FakePepperInterfaceURLLoader::FakePepperInterfaceURLLoader()
- : url_loader_interface_(&core_interface_),
+ : var_interface_(&var_manager_),
+ url_loader_interface_(&core_interface_),
url_request_info_interface_(&core_interface_, &var_interface_),
url_response_info_interface_(&core_interface_, &var_interface_) {
FakeInstanceResource* instance_resource = new FakeInstanceResource;

Powered by Google App Engine
This is Rietveld 408576698