Index: chrome/test/pyautolib/prefs_info.py |
=================================================================== |
--- chrome/test/pyautolib/prefs_info.py (revision 86289) |
+++ chrome/test/pyautolib/prefs_info.py (working copy) |
@@ -6,7 +6,8 @@ |
"""Python representation for Chromium Preferences. |
-Obtain one of these from PyUITestSuite::GetPrefsInfo() call. |
+Obtain one of these from a call to PyUITestSuite::GetPrefsInfo() or |
Nirnimesh
2011/05/24 19:49:02
s/GetLocalStateInfo/GetLocalStatePrefsInfo/
Actua
Miranda Callahan
2011/05/24 20:42:34
Done.
|
+PyUITestSuite::GetLocalStateInfo(). |
Example: |
class MyTest(pyauto.PyUITest): |