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

Unified Diff: content/child/child_thread.h

Issue 476293002: Pass through geofencing API calls to the browser process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and add region_id sanity check Created 6 years, 2 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: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 590e5705b4b045bd9ac3c63bdedbc29cbe5cafd0..c4a19db8e9a587d794342e552287fedefc125df4 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -40,6 +40,7 @@ class ChildHistogramMessageFilter;
class ChildResourceMessageFilter;
class ChildSharedBitmapManager;
class FileSystemDispatcher;
+class GeofencingMessageFilter;
class ServiceWorkerMessageFilter;
class QuotaDispatcher;
class QuotaMessageFilter;
@@ -247,6 +248,8 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener, public IPC::Sender {
scoped_ptr<base::PowerMonitor> power_monitor_;
+ scoped_refptr<GeofencingMessageFilter> geofencing_message_filter_;
+
bool in_browser_process_;
base::WeakPtrFactory<ChildThread> channel_connected_factory_;

Powered by Google App Engine
This is Rietveld 408576698