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

Unified Diff: net/url_request/url_request_throttler_unittest.cc

Issue 1003953008: Remove prerender cookie store, part 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-revert-cookie-store-3
Patch Set: rebase (just in case since this is so huge) Created 5 years, 9 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: net/url_request/url_request_throttler_unittest.cc
diff --git a/net/url_request/url_request_throttler_unittest.cc b/net/url_request/url_request_throttler_unittest.cc
index 1cda5a69c08b008c71893293dbcc2b1d2e20a660..dcafca1203c0a82e1a923de7285fb956991ee515 100644
--- a/net/url_request/url_request_throttler_unittest.cc
+++ b/net/url_request/url_request_throttler_unittest.cc
@@ -169,8 +169,7 @@ struct GurlAndString {
class URLRequestThrottlerEntryTest : public testing::Test {
protected:
URLRequestThrottlerEntryTest()
- : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL, NULL)) {
- }
+ : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL)) {}
void SetUp() override;
@@ -352,8 +351,7 @@ TEST_F(URLRequestThrottlerEntryTest, ExplicitUserRequest) {
class URLRequestThrottlerManagerTest : public testing::Test {
protected:
URLRequestThrottlerManagerTest()
- : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL, NULL)) {
- }
+ : request_(context_.CreateRequest(GURL(), DEFAULT_PRIORITY, NULL)) {}
void SetUp() override { request_->SetLoadFlags(0); }
« no previous file with comments | « net/url_request/url_request_throttler_simulation_unittest.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698