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

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: address comments Created 6 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: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 9b63fb8eeef21f67fb81c6aa29aa643866e93146..7e0929ba8cfd9bc92cc583ecccd26ce3d072a8f9 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;
@@ -249,6 +250,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_;
DISALLOW_COPY_AND_ASSIGN(ChildThread);

Powered by Google App Engine
This is Rietveld 408576698