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

Unified Diff: chromeos/timezone/timezone_resolver.h

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.h
diff --git a/chromeos/timezone/timezone_resolver.h b/chromeos/timezone/timezone_resolver.h
index 8d431464befbdefe7c212dd6a83376ac649c55d9..926179d7432645e3dbb4e9e51100fcb5f529b0da 100644
--- a/chromeos/timezone/timezone_resolver.h
+++ b/chromeos/timezone/timezone_resolver.h
@@ -99,8 +99,6 @@ class CHROMEOS_EXPORT TimeZoneResolver {
std::unique_ptr<TimeZoneResolverImpl> implementation_;
- bool send_wifi_data_to_geolocation_api_;
-
base::ThreadChecker thread_checker_;
DISALLOW_COPY_AND_ASSIGN(TimeZoneResolver);

Powered by Google App Engine
This is Rietveld 408576698