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

Unified Diff: content/browser/geolocation/network_location_provider_unittest.cc

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/network_location_provider_unittest.cc
diff --git a/content/browser/geolocation/network_location_provider_unittest.cc b/content/browser/geolocation/network_location_provider_unittest.cc
index edfada7766a11e9b7372e1ed902087b37f752051..b0d9c25f6bd80e835baedfded05d2714ec39d842 100644
--- a/content/browser/geolocation/network_location_provider_unittest.cc
+++ b/content/browser/geolocation/network_location_provider_unittest.cc
@@ -76,9 +76,8 @@ class MockDeviceDataProviderImpl
}
// DeviceDataProviderImplBase implementation.
- virtual bool StartDataProvider() {
+ virtual void StartDataProvider() {
++start_calls_;
- return true;
}
virtual void StopDataProvider() {
++stop_calls_;
« no previous file with comments | « content/browser/geolocation/empty_device_data_provider.h ('k') | content/browser/geolocation/wifi_data_provider_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698