blob: 907617624a212f9b84c6b6f4f0e4c058ee0d0242 [file] [log] [blame]
[email protected]d4799a32010-09-28 22:54:581// Copyright (c) 2010 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
[email protected]59e69e742013-06-18 20:27:525#include "base/message_loop/message_pump.h"
[email protected]d4799a32010-09-28 22:54:586
7namespace base {
8
Chris Watkinsbb7211c2017-11-29 07:16:389MessagePump::MessagePump() = default;
[email protected]d4799a32010-09-28 22:54:5810
Chris Watkinsbb7211c2017-11-29 07:16:3811MessagePump::~MessagePump() = default;
[email protected]d4799a32010-09-28 22:54:5812
[email protected]57cd3d22014-06-05 19:36:2013void MessagePump::SetTimerSlack(TimerSlack) {
14}
15
[email protected]d4799a32010-09-28 22:54:5816} // namespace base