| Index: cc/base/delayed_unique_notifier.h
|
| diff --git a/cc/base/delayed_unique_notifier.h b/cc/base/delayed_unique_notifier.h
|
| index 2ae6ae043adb0fe45603492e247cd94fff5ce44b..1f93416dd25a57019846136c63c94867fdff52a1 100644
|
| --- a/cc/base/delayed_unique_notifier.h
|
| +++ b/cc/base/delayed_unique_notifier.h
|
| @@ -37,6 +37,9 @@ class CC_EXPORT DelayedUniqueNotifier {
|
| // Cancel any previously scheduled runs.
|
| void Cancel();
|
|
|
| + // Returns true if a notification is currently scheduled to run.
|
| + bool HasPendingNotification() const;
|
| +
|
| protected:
|
| // Virtual for testing.
|
| virtual base::TimeTicks Now() const;
|
|
|