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

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: Changes to address kmarshall's comments Created 4 years, 7 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..9aaa796d225f9b6199e13d5f1abf49bd26d79efc 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();

Powered by Google App Engine
This is Rietveld 408576698