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

Unified Diff: base/message_loop/message_pump.cc

Issue 289863005: [Mac] Maximise timer slack for background tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few small fixes Created 6 years, 7 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: base/message_loop/message_pump.cc
diff --git a/base/message_loop/message_pump.cc b/base/message_loop/message_pump.cc
index 7ffc2b170defe097dd9028a39c67957835442924..3d85b9b5643d0dba499361cf56825320884684f6 100644
--- a/base/message_loop/message_pump.cc
+++ b/base/message_loop/message_pump.cc
@@ -12,4 +12,7 @@ MessagePump::MessagePump() {
MessagePump::~MessagePump() {
}
+void MessagePump::SetTimerSlack(TimerSlack) {
+}
+
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698