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

Unified Diff: ppapi/tests/test_url_request.h

Issue 582623002: Fix URLRequest pepper unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes Created 6 years, 3 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 | « no previous file | ppapi/tests/test_url_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_url_request.h
diff --git a/ppapi/tests/test_url_request.h b/ppapi/tests/test_url_request.h
index 898687017aad7a7a5bf18c696afba1eda7d6b30f..922b1b0aaf6abec602e86daa2d2565ce9a4e58ae 100644
--- a/ppapi/tests/test_url_request.h
+++ b/ppapi/tests/test_url_request.h
@@ -21,7 +21,6 @@ class FileRef;
class TestURLRequest : public TestCase {
public:
explicit TestURLRequest(TestingInstance* instance);
- ~TestURLRequest() { ppb_core_interface_->ReleaseResource(url_loader_); }
// TestCase implementation.
virtual bool Init();
@@ -44,8 +43,6 @@ class TestURLRequest : public TestCase {
const PPB_URLResponseInfo* ppb_url_response_interface_;
const PPB_Core* ppb_core_interface_;
const PPB_Var* ppb_var_interface_;
-
- PP_Resource url_loader_;
};
#endif // PAPPI_TESTS_TEST_URL_REQUEST_H_
« no previous file with comments | « no previous file | ppapi/tests/test_url_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698