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

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

Issue 12385071: Make it possible to disable dbus on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: copyright header date fix Created 7 years, 10 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 | « chrome/chrome_tests_unit.gypi ('k') | content/browser/power_save_blocker_empty.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/geolocation/empty_device_data_provider.cc
diff --git a/content/browser/geolocation/empty_device_data_provider.cc b/content/browser/geolocation/empty_device_data_provider.cc
index 57e25b0a5046acbd0c5d16a4291a6a4ad567a1ce..5106b9a124ac11ce3538dbaeea020e2adbde5272 100644
--- a/content/browser/geolocation/empty_device_data_provider.cc
+++ b/content/browser/geolocation/empty_device_data_provider.cc
@@ -6,13 +6,13 @@
namespace content {
-// Only define for platforms that lack a real wifi data provider.
-#if !defined(OS_WIN) && !defined(OS_MACOSX) && !defined(OS_LINUX)
+// This definition is only compiled on platforms that lack a real wifi
+// data provider.
+
// static
template<>
WifiDataProviderImplBase* WifiDataProvider::DefaultFactoryFunction() {
return new EmptyDeviceDataProvider<WifiData>();
}
-#endif
} // namespace content
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | content/browser/power_save_blocker_empty.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698