diff options
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/test_notification_tracker.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h index bb04c9b..c63cf7a 100644 --- a/chrome/test/test_notification_tracker.h +++ b/chrome/test/test_notification_tracker.h @@ -64,11 +64,11 @@ class TestNotificationTracker : public NotificationObserver { // be in [0, size). const Event& at(size_t i) const { return events_[i]; } - private: + protected: virtual void Observe(NotificationType type, const NotificationSource& source, const NotificationDetails& details); - + private: NotificationRegistrar registrar_; // Lists all received since last cleared, in the order they were received. |