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

Unified Diff: content/browser/device_orientation/device_motion_message_filter.cc

Issue 165333004: Revert "Allow MessageFilters to restrict listening to specific message classes" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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/browser/device_orientation/device_motion_message_filter.cc
diff --git a/content/browser/device_orientation/device_motion_message_filter.cc b/content/browser/device_orientation/device_motion_message_filter.cc
index 99b0bdba2c0478fb00c0fc32706354222713dd17..bc33cac391215c9b3f45951b523929efe2693faf 100644
--- a/content/browser/device_orientation/device_motion_message_filter.cc
+++ b/content/browser/device_orientation/device_motion_message_filter.cc
@@ -10,8 +10,7 @@
namespace content {
DeviceMotionMessageFilter::DeviceMotionMessageFilter()
- : BrowserMessageFilter(DeviceMotionMsgStart),
- is_started_(false) {
+ : is_started_(false) {
}
DeviceMotionMessageFilter::~DeviceMotionMessageFilter() {

Powered by Google App Engine
This is Rietveld 408576698