Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3967)

Unified Diff: chrome/test/data/extensions/api_test/autotest_private/test.js

Issue 1872873002: Add autotestPrivate.getVisibleNotifications API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}
]);
« no previous file with comments | « chrome/common/extensions/api/autotest_private.idl ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698