Index: chrome/browser/notifications/notification_test_util.cc |
diff --git a/chrome/browser/notifications/notification_test_util.cc b/chrome/browser/notifications/notification_test_util.cc |
index 41cf5217a7bf368cd1f88332f5d62c1b9684bf31..61398ddd63c4ee40decca6d37c69bb3d06afe24a 100644 |
--- a/chrome/browser/notifications/notification_test_util.cc |
+++ b/chrome/browser/notifications/notification_test_util.cc |
@@ -135,3 +135,7 @@ void StubNotificationUIManager::CancelAll() { |
pair.first.delegate()->Close(false /* by_user */); |
notifications_.clear(); |
} |
+ |
+bool StubNotificationUIManager::AcceptNativeNotifications() { |
+ return false; |
+} |