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

Unified Diff: blimp/engine/feature/geolocation/blimp_location_provider.cc

Issue 2028823002: Refactor to make BlimpLocationProvider accessible to content layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes try issue Created 4 years, 6 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: blimp/engine/feature/geolocation/blimp_location_provider.cc
diff --git a/blimp/engine/feature/geolocation/blimp_location_provider.cc b/blimp/engine/feature/geolocation/blimp_location_provider.cc
index 23a9a7f0e51b39b2c799e6242e6dc421ed3566da..de86b9fc1e65b31384c8cbdd43cca52128e388ca 100644
--- a/blimp/engine/feature/geolocation/blimp_location_provider.cc
+++ b/blimp/engine/feature/geolocation/blimp_location_provider.cc
@@ -9,9 +9,7 @@
namespace blimp {
namespace engine {
-BlimpLocationProvider::BlimpLocationProvider() {
- NOTIMPLEMENTED();
-}
+BlimpLocationProvider::BlimpLocationProvider() {}
BlimpLocationProvider::~BlimpLocationProvider() {
StopProvider();
@@ -23,7 +21,6 @@ bool BlimpLocationProvider::StartProvider(bool high_accuracy) {
}
void BlimpLocationProvider::StopProvider() {
- NOTIMPLEMENTED();
}
void BlimpLocationProvider::GetPosition(content::Geoposition* position) {
« no previous file with comments | « blimp/engine/app/blimp_content_browser_client.cc ('k') | content/browser/geolocation/location_arbitrator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698