| Index: chrome/test/pyautolib/pyauto.py
|
| diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
|
| index e388d80de784c8a387ec27b72441023d7eba8e30..bb79083144f077a2ed2b754d882a695004602e29 100755
|
| --- a/chrome/test/pyautolib/pyauto.py
|
| +++ b/chrome/test/pyautolib/pyauto.py
|
| @@ -2659,7 +2659,9 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
|
| HISTORY, DOWNLOADS, COOKIES, PASSWORDS, FORM_DATA, CACHE
|
| time_period: a string indicating the time period for the removal.
|
| Possible strings are:
|
| - LAST_HOUR, LAST_DAY, LAST_WEEK, FOUR_WEEKS, EVERYTHING
|
| + LAST_HOUR, LAST_DAY, LAST_WEEK, FOUR_WEEKS,
|
| + EXCEPT_LAST_HOUR, EXCEPT_LAST_DAY, EXCEPT_LAST_WEEK,
|
| + EXCEPT_FOUR_WEEKS, EVERYTHING
|
|
|
| Raises:
|
| pyauto_errors.JSONInterfaceError if the automation call returns an error.
|
|
|