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

Unified Diff: content/browser/geolocation/empty_device_data_provider.h

Issue 22866005: Remove threading from WifiDataProviderCommon. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 7 years, 4 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: content/browser/geolocation/empty_device_data_provider.h
diff --git a/content/browser/geolocation/empty_device_data_provider.h b/content/browser/geolocation/empty_device_data_provider.h
index 76653f55cfe7503d9357938c0a15429e2fba88c6..eb526d97ebf1f8daab3cbe8bdff9544ef57b42b8 100644
--- a/content/browser/geolocation/empty_device_data_provider.h
+++ b/content/browser/geolocation/empty_device_data_provider.h
@@ -19,7 +19,7 @@ class EmptyDeviceDataProvider : public DeviceDataProviderImplBase<DataType> {
virtual ~EmptyDeviceDataProvider() {}
// DeviceDataProviderImplBase implementation
- virtual bool StartDataProvider() { return true; }
+ virtual void StartDataProvider() { }
virtual void StopDataProvider() { }
virtual bool GetData(DataType *data) {
DCHECK(data);
« no previous file with comments | « content/browser/geolocation/device_data_provider.h ('k') | content/browser/geolocation/network_location_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698