Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6290)

Unified Diff: chrome/test/pyautolib/prefs_info.py

Issue 7067033: Add pyauto commands to access local state. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698