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

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

Issue 1894773002: Remove implicit update when adding a listener in passwords private API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@explicit-password-api-update.gitbr
Patch Set: feedback 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/passwords_private/test.js
diff --git a/chrome/test/data/extensions/api_test/passwords_private/test.js b/chrome/test/data/extensions/api_test/passwords_private/test.js
index 81a3a1826ed70833a4c7ef8ea66c7c14d74c594a..79f4cde5d42bbab1712173f37e1a4776afb2d51a 100644
--- a/chrome/test/data/extensions/api_test/passwords_private/test.js
+++ b/chrome/test/data/extensions/api_test/passwords_private/test.js
@@ -29,6 +29,7 @@ var availableTests = [
};
chrome.passwordsPrivate.onSavedPasswordsListChanged.addListener(callback);
+ chrome.passwordsPrivate.getSavedPasswordList(callback);
},
function removePasswordException() {
@@ -52,6 +53,7 @@ var availableTests = [
chrome.passwordsPrivate.onPasswordExceptionsListChanged.addListener(
callback);
+ chrome.passwordsPrivate.getPasswordExceptionList(callback);
},
function requestPlaintextPassword() {
« no previous file with comments | « chrome/common/extensions/api/passwords_private.idl ('k') | third_party/closure_compiler/externs/passwords_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698