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

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 2858049: Chromium plumbing for Device Orientation. (Closed)
Patch Set: Fixes after try bot runs Created 10 years, 4 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: chrome/browser/renderer_host/resource_message_filter.h
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
index 317f55e8a1a7c7370481a3720f4bbf2c8daaf499..19320e05cb4396f4965327f0fd78528c26911ad0 100644
--- a/chrome/browser/renderer_host/resource_message_filter.h
+++ b/chrome/browser/renderer_host/resource_message_filter.h
@@ -53,6 +53,10 @@ namespace base {
class SharedMemory;
}
+namespace device_orientation {
+class DispatcherHost;
+}
+
namespace file_util {
struct FileInfo;
}
@@ -452,6 +456,10 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
// Used to handle geolocation-related messages.
scoped_refptr<GeolocationDispatcherHost> geolocation_dispatcher_host_;
+ // Used to handle device orientation related messages.
+ scoped_refptr<device_orientation::DispatcherHost>
+ device_orientation_dispatcher_host_;
+
DISALLOW_COPY_AND_ASSIGN(ResourceMessageFilter);
};
« no previous file with comments | « chrome/browser/device_orientation/provider.cc ('k') | chrome/browser/renderer_host/resource_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698