| Index: chrome/test/data/extensions/api_test/autotest_private/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/autotest_private/test.js b/chrome/test/data/extensions/api_test/autotest_private/test.js
|
| index 142077edebc512aa7a12aede36a809863434d398..30e470f531f3b44945a1f53fd2376ba4b03d2466 100644
|
| --- a/chrome/test/data/extensions/api_test/autotest_private/test.js
|
| +++ b/chrome/test/data/extensions/api_test/autotest_private/test.js
|
| @@ -104,5 +104,9 @@ chrome.test.runTests([
|
| function setPrimaryButtonRight() {
|
| chrome.autotestPrivate.setPrimaryButtonRight(false);
|
| chrome.test.succeed();
|
| + },
|
| + function getVisibleNotifications() {
|
| + chrome.autotestPrivate.getVisibleNotifications(function(){});
|
| + chrome.test.succeed();
|
| }
|
| ]);
|
|
|