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

Unified Diff: chromeos/timezone/timezone_resolver.cc

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chromeos/timezone/timezone_resolver.cc
diff --git a/chromeos/timezone/timezone_resolver.cc b/chromeos/timezone/timezone_resolver.cc
index 7d8ff1c682e1c8f4782832b255178236e771f998..28790c30a197cefc8aaf6fc2793e2c96de767a73 100644
--- a/chromeos/timezone/timezone_resolver.cc
+++ b/chromeos/timezone/timezone_resolver.cc
@@ -398,8 +398,7 @@ TimeZoneResolver::TimeZoneResolver(
url_(url),
apply_timezone_(apply_timezone),
delay_network_call_(delay_network_call),
- local_state_(local_state),
- send_wifi_data_to_geolocation_api_(false) {
+ local_state_(local_state) {
DCHECK(!apply_timezone.is_null());
DCHECK(delegate_);
}

Powered by Google App Engine
This is Rietveld 408576698