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

Unified Diff: blimp/engine/feature/geolocation/engine_geolocation_feature.h

Issue 2249283003: Hooks together Geolocation Feature in the Client and Engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lai
Patch Set: Put TestingLocationArbitrator out of anonymous namespace. Created 4 years, 3 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/engine_geolocation_feature.h
diff --git a/blimp/engine/feature/geolocation/engine_geolocation_feature.h b/blimp/engine/feature/geolocation/engine_geolocation_feature.h
index 4219db03ebd54581a03516b8a9dca50b4ac97bec..d6b1652cb724ad71da52d20ab55199992c476b8d 100644
--- a/blimp/engine/feature/geolocation/engine_geolocation_feature.h
+++ b/blimp/engine/feature/geolocation/engine_geolocation_feature.h
@@ -47,6 +47,7 @@ class EngineGeolocationFeature : public BlimpMessageProcessor,
std::unique_ptr<BlimpMessageProcessor> outgoing_message_processor_;
GeopositionReceivedCallback geoposition_received_callback_;
+ scoped_refptr<base::SingleThreadTaskRunner> callback_task_runner_;
base::WeakPtrFactory<EngineGeolocationFeature> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(EngineGeolocationFeature);
« no previous file with comments | « blimp/engine/app/blimp_permission_manager.cc ('k') | blimp/engine/feature/geolocation/engine_geolocation_feature.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698