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

Unified Diff: chrome/renderer/geolocation_dispatcher.cc

Issue 5938002: Remove legacy non-client-based geolocation code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove non-client-based geolocation code. Created 9 years, 12 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: chrome/renderer/geolocation_dispatcher.cc
diff --git a/chrome/renderer/geolocation_dispatcher.cc b/chrome/renderer/geolocation_dispatcher.cc
index cd49ea8976ad0bf233244fd972fb0384d665f735..daf0856893cd3ad5e209a30f22dade3a43181956 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

Powered by Google App Engine
This is Rietveld 408576698