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

Unified Diff: chromeos/timezone/timezone_unittest.cc

Issue 790793008: chromeos: Remove unused private data members (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chromeos/timezone/timezone_request.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/timezone/timezone_unittest.cc
diff --git a/chromeos/timezone/timezone_unittest.cc b/chromeos/timezone/timezone_unittest.cc
index 3987313d0bcb69a8b230f1f7f1f4bf3f7c15ca69..392e9afb2baf314e0759af3b757415209b56904a 100644
--- a/chromeos/timezone/timezone_unittest.cc
+++ b/chromeos/timezone/timezone_unittest.cc
@@ -210,7 +210,6 @@ TEST_F(TimeZoneTest, ResponseOK) {
TimeZoneReceiver receiver;
provider.RequestTimezone(simple_request.position,
- false,
base::TimeDelta::FromSeconds(1),
base::Bind(&TimeZoneReceiver::OnRequestDone,
base::Unretained(&receiver)));
@@ -234,7 +233,6 @@ TEST_F(TimeZoneTest, ResponseOKWithRetries) {
TimeZoneReceiver receiver;
provider.RequestTimezone(simple_request.position,
- false,
base::TimeDelta::FromSeconds(1),
base::Bind(&TimeZoneReceiver::OnRequestDone,
base::Unretained(&receiver)));
@@ -262,7 +260,6 @@ TEST_F(TimeZoneTest, InvalidResponse) {
ASSERT_GE(expected_retries, 2U);
provider.RequestTimezone(simple_request.position,
- false,
base::TimeDelta::FromSeconds(timeout_seconds),
base::Bind(&TimeZoneReceiver::OnRequestDone,
base::Unretained(&receiver)));
« no previous file with comments | « chromeos/timezone/timezone_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698