| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index becad97f794b082f8661b6918cb6af043b51074a..cc73872a7795d6af0c575e61c9008994509a229d 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -588,6 +588,11 @@ class TestRunner : public WebTestRunner,
|
| void ResolveBeforeInstallPromptPromise(int request_id,
|
| const std::string& platform);
|
|
|
| + // Immediately run all pending idle tasks, including all pending
|
| + // requestIdleCallback calls. Invoke the callback when all
|
| + // idle tasks are complete.
|
| + void RunIdleTasks(v8::Local<v8::Function> callback);
|
| +
|
| // Calls setlocale(LC_ALL, ...) for a specified locale.
|
| // Resets between tests.
|
| void SetPOSIXLocale(const std::string& locale);
|
|
|