OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2015 The Chromium Authors. All rights reserved. | |
Sami
2016/04/06 15:52:38
++year
szager1
2016/04/06 17:55:31
Done.
| |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #include "base/bind.h" | |
6 | |
7 namespace scheduler { | |
8 | |
9 class RendererScheduler; | |
10 | |
11 extern void RunIdleTasksForTesting(RendererScheduler* scheduler, | |
12 const base::Closure& callback); | |
13 | |
14 } | |
OLD | NEW |