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

Unified Diff: chrome/browser/geolocation/wifi_data_provider_chromeos.h

Issue 3027042: Speculative fix for chromium-os:4706 - use singleton NetworkLibrary rather than create our own (Closed)
Patch Set: Rebase Created 10 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
« no previous file with comments | « no previous file | chrome/browser/geolocation/wifi_data_provider_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/wifi_data_provider_chromeos.h
diff --git a/chrome/browser/geolocation/wifi_data_provider_chromeos.h b/chrome/browser/geolocation/wifi_data_provider_chromeos.h
index 36f2c5a0b6ab6c3129ef9dd03374b41a8b1d2b22..5f27e045dd84b3519a6e69f544bc1c53179f716b 100644
--- a/chrome/browser/geolocation/wifi_data_provider_chromeos.h
+++ b/chrome/browser/geolocation/wifi_data_provider_chromeos.h
@@ -26,8 +26,6 @@ class WifiDataProviderChromeOs : public WifiDataProviderCommon {
virtual WlanApiInterface* NewWlanApi();
virtual PollingPolicyInterface* NewPollingPolicy();
- scoped_ptr<chromeos::NetworkLibrary> network_library_;
-
DISALLOW_COPY_AND_ASSIGN(WifiDataProviderChromeOs);
};
« no previous file with comments | « no previous file | chrome/browser/geolocation/wifi_data_provider_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698