| Index: chrome/browser/resources/google_now/background_test_util.js
|
| diff --git a/chrome/browser/resources/google_now/background_test_util.js b/chrome/browser/resources/google_now/background_test_util.js
|
| index d7fafd585aa9c41d123963abbe0ac0f2508da2dd..f68356c9932c3fe1c9d6baa2e5722915412365da 100644
|
| --- a/chrome/browser/resources/google_now/background_test_util.js
|
| +++ b/chrome/browser/resources/google_now/background_test_util.js
|
| @@ -23,6 +23,7 @@ mockChromeEvent(instrumented, 'notifications.onButtonClicked');
|
| mockChromeEvent(instrumented, 'notifications.onClicked');
|
| mockChromeEvent(instrumented, 'notifications.onClosed');
|
| mockChromeEvent(instrumented, 'notifications.onPermissionLevelChanged');
|
| +mockChromeEvent(instrumented, 'notifications.onShowSettings');
|
| mockChromeEvent(
|
| instrumented, 'preferencesPrivate.googleGeolocationAccessEnabled.onChange');
|
| mockChromeEvent(instrumented, 'pushMessaging.onMessage');
|
|
|