| 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 79f4cde5d42bbab1712173f37e1a4776afb2d51a..511e1f2803db2d64c72a16c1e6d1ce70a4a3ea38 100644
|
| --- a/chrome/test/data/extensions/api_test/passwords_private/test.js
|
| +++ b/chrome/test/data/extensions/api_test/passwords_private/test.js
|
| @@ -41,7 +41,7 @@ var availableTests = [
|
| if (numCalls == 1) {
|
| numPasswordExceptions = passwordExceptionsList.length;
|
| chrome.passwordsPrivate.removePasswordException(
|
| - passwordExceptionsList[0]);
|
| + passwordExceptionsList[0].exceptionUrl);
|
| } else if (numCalls == 2) {
|
| chrome.test.assertEq(
|
| passwordExceptionsList.length, numPasswordExceptions - 1);
|
|
|