| Index: chrome/test/pyautolib/pyauto.py
|
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
|
| index 4a75dee63fc11dd929287cb471c2fb1da000f1df..02fa0292f66432918a6246700040cc08539fc4b1 100755
|
| --- a/chrome/test/pyautolib/pyauto.py
|
| +++ b/chrome/test/pyautolib/pyauto.py
|
| @@ -442,6 +442,11 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
|
| PyUITest.RunSuperuserActionOnChromeOS('CleanFlimflamDirs')
|
|
|
| @staticmethod
|
| + def RemoveAllCryptohomeVaultsOnChromeOS():
|
| + """Remove any existing cryptohome vaults."""
|
| + PyUITest.RunSuperuserActionOnChromeOS('RemoveAllCryptohomeVaults')
|
| +
|
| + @staticmethod
|
| def _IsInodeNew(path, old_inode):
|
| """Determine whether an inode has changed. POSIX only.
|
|
|
|
|