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

Unified Diff: third_party/WebKit/Source/web/tests/WebURLRequestTest.cpp

Issue 2140523002: Remove WebURLRequest::initialize() and simplify WebURLRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mutable ref Created 4 years, 5 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: third_party/WebKit/Source/web/tests/WebURLRequestTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebURLRequestTest.cpp b/third_party/WebKit/Source/web/tests/WebURLRequestTest.cpp
index 8e4ab333212caba04c85bd2d6ba43c0919869537..fac8a3176150b5b921b697ede2ba9fcb35eb5ced 100644
--- a/third_party/WebKit/Source/web/tests/WebURLRequestTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebURLRequestTest.cpp
@@ -60,7 +60,6 @@ TEST(WebURLRequestTest, ExtraData)
TestExtraData* extraData = new TestExtraData(&alive);
EXPECT_TRUE(alive);
- urlRequest.initialize();
urlRequest.setExtraData(extraData);
EXPECT_EQ(extraData, urlRequest.getExtraData());
{
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebFrameTest.cpp ('k') | third_party/WebKit/Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698