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

Unified Diff: chromeos/timezone/timezone_provider.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_provider.h ('k') | chromeos/timezone/timezone_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/timezone/timezone_provider.cc
diff --git a/chromeos/timezone/timezone_provider.cc b/chromeos/timezone/timezone_provider.cc
index d252fa60e49a71dd20c1cd81c60bc2eb35046580..89c1548992f13621088b1a68724b2d898b67a2b1 100644
--- a/chromeos/timezone/timezone_provider.cc
+++ b/chromeos/timezone/timezone_provider.cc
@@ -28,11 +28,10 @@ TimeZoneProvider::~TimeZoneProvider() {
void TimeZoneProvider::RequestTimezone(
const Geoposition& position,
- bool sensor,
base::TimeDelta timeout,
TimeZoneRequest::TimeZoneResponseCallback callback) {
TimeZoneRequest* request(new TimeZoneRequest(
- url_context_getter_.get(), url_, position, sensor, timeout));
+ url_context_getter_.get(), url_, position,timeout));
requests_.push_back(request);
// TimeZoneProvider owns all requests. It is safe to pass unretained "this"
« no previous file with comments | « chromeos/timezone/timezone_provider.h ('k') | chromeos/timezone/timezone_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698