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

Unified Diff: chrome/renderer/geolocation_dispatcher.h

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.h
diff --git a/chrome/renderer/geolocation_dispatcher.h b/chrome/renderer/geolocation_dispatcher.h
index 91c92a846f2958422ebee52e2e2d5a762f0ed0bd..846e8e8719a4d06421583af8c5d6b13ad797309b 100644
--- a/chrome/renderer/geolocation_dispatcher.h
+++ b/chrome/renderer/geolocation_dispatcher.h
@@ -6,8 +6,6 @@
#define CHROME_RENDERER_GEOLOCATION_DISPATCHER_H_
#pragma once
-#if defined(ENABLE_CLIENT_BASED_GEOLOCATION)
-
#include "base/scoped_ptr.h"
#include "third_party/WebKit/WebKit/chromium/public/WebGeolocationClient.h"
#include "third_party/WebKit/WebKit/chromium/public/WebGeolocationController.h"
@@ -70,6 +68,5 @@ class GeolocationDispatcher : public WebKit::WebGeolocationClient {
bool enable_high_accuracy_;
bool updating_;
};
-#endif // ENABLE_CLIENT_BASED_GEOLOCATION
-#endif // CHROME_RENDERER_GEOLOCATION_DISPATCHER_H_
+#endif // CHROME_RENDERER_GEOLOCATION_DISPATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698