| 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 d0e8d7c5f13c2048923df695b237aefee590ba7c..cd8876d24ed5058024db02bc3bc67019c09acbbb 100644
|
| --- a/chrome/test/data/extensions/api_test/passwords_private/test.js
|
| +++ b/chrome/test/data/extensions/api_test/passwords_private/test.js
|
| @@ -7,15 +7,6 @@
|
| // and failures are detected.
|
|
|
| var availableTests = [
|
| - function canPasswordAccountBeManaged() {
|
| - var callback = function() {
|
| - // Ensure that the callback is invoked.
|
| - chrome.test.succeed();
|
| - };
|
| -
|
| - chrome.passwordsPrivate.canPasswordAccountBeManaged(callback);
|
| - },
|
| -
|
| function removeSavedPassword() {
|
| var numCalls = 0;
|
| var numSavedPasswords;
|
|
|