Index: content/browser/vibration/vibration_message_filter.cc |
=================================================================== |
--- content/browser/vibration/vibration_message_filter.cc (revision 252600) |
+++ content/browser/vibration/vibration_message_filter.cc (working copy) |
@@ -18,8 +18,7 @@ |
// Minimum duration of a vibration is 1 millisecond. |
const int64 kMinimumVibrationDurationMs = 1; |
-VibrationMessageFilter::VibrationMessageFilter() |
- : BrowserMessageFilter(ViewMsgStart) { |
+VibrationMessageFilter::VibrationMessageFilter() { |
provider_.reset(GetContentClient()->browser()->OverrideVibrationProvider()); |
if (!provider_.get()) |
provider_.reset(CreateProvider()); |