| Index: third_party/WebKit/public/platform/WebViewScheduler.h
|
| diff --git a/third_party/WebKit/public/platform/WebViewScheduler.h b/third_party/WebKit/public/platform/WebViewScheduler.h
|
| index 77e003eef6037abd1da8469a920d7140d28d720b..09d1c16d6a88b19c4fc3a7f18cc631bc61ea96c1 100644
|
| --- a/third_party/WebKit/public/platform/WebViewScheduler.h
|
| +++ b/third_party/WebKit/public/platform/WebViewScheduler.h
|
| @@ -50,6 +50,10 @@ class BLINK_PLATFORM_EXPORT WebViewScheduler {
|
| // |-----------------------------> time
|
| virtual void enableVirtualTime() = 0;
|
|
|
| + // Disables virtual time. Note that this is only used for testing, because
|
| + // there's no reason to do this in production.
|
| + virtual void disableVirtualTimeForTesting() = 0;
|
| +
|
| // Returns true if virtual time is currently allowed to advance.
|
| virtual bool virtualTimeAllowedToAdvance() const = 0;
|
|
|
|
|