Chromium Code Reviews| Index: chrome/test/functional/test_utils.py |
| =================================================================== |
| --- chrome/test/functional/test_utils.py (revision 152704) |
| +++ chrome/test/functional/test_utils.py (working copy) |
| @@ -135,11 +135,6 @@ |
| test.assertTrue(passwd_value == password) |
| -def ClearPasswords(test): |
| - """Clear saved passwords.""" |
| - test.ClearBrowsingData(['PASSWORDS'], 'EVERYTHING') |
| - |
| - |
| def Shell2(cmd_string, bg=False): |
| """Run a shell command. |