summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/geolocation_dispatcher.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/geolocation_dispatcher.cc')
-rw-r--r--chrome/renderer/geolocation_dispatcher.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/renderer/geolocation_dispatcher.cc b/chrome/renderer/geolocation_dispatcher.cc
index cd49ea8..daf0856 100644
--- a/chrome/renderer/geolocation_dispatcher.cc
+++ b/chrome/renderer/geolocation_dispatcher.cc
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#if defined(ENABLE_CLIENT_BASED_GEOLOCATION)
-
#include "chrome/renderer/geolocation_dispatcher.h"
#include "chrome/renderer/render_view.h"
@@ -151,5 +149,3 @@ void GeolocationDispatcher::OnGeolocationPositionUpdated(
code, WebKit::WebString::fromUTF8(geoposition.error_message)));
}
}
-
-#endif // CLIENT_BASED_GEOLOCATION