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

Unified Diff: chromeos/timezone/timezone_request.h

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_provider.cc ('k') | chromeos/timezone/timezone_request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/timezone/timezone_request.h
diff --git a/chromeos/timezone/timezone_request.h b/chromeos/timezone/timezone_request.h
index 66af10ca68ab6d52a770a2fe2186cb6a40a5aca8..2433236b5e90a9912e5d95eea5d720a3561399a1 100644
--- a/chromeos/timezone/timezone_request.h
+++ b/chromeos/timezone/timezone_request.h
@@ -69,12 +69,10 @@ class CHROMEOS_EXPORT TimeZoneRequest : private net::URLFetcherDelegate {
// |url| is the server address to which the request wil be sent.
// |geoposition| is the location to query timezone for.
- // |sensor| if this location was determined using hardware sensor.
// |retry_timeout| retry request on error until timeout.
TimeZoneRequest(net::URLRequestContextGetter* url_context_getter,
const GURL& service_url,
const Geoposition& geoposition,
- bool sensor,
base::TimeDelta retry_timeout);
virtual ~TimeZoneRequest();
@@ -107,7 +105,6 @@ class CHROMEOS_EXPORT TimeZoneRequest : private net::URLFetcherDelegate {
scoped_refptr<net::URLRequestContextGetter> url_context_getter_;
const GURL service_url_;
Geoposition geoposition_;
- const bool sensor_;
TimeZoneResponseCallback callback_;
« no previous file with comments | « chromeos/timezone/timezone_provider.cc ('k') | chromeos/timezone/timezone_request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698