diff options
author | nirnimesh@google.com <nirnimesh@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 20:42:59 +0000 |
---|---|---|
committer | nirnimesh@google.com <nirnimesh@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 20:42:59 +0000 |
commit | bd8ab21d83b7412651a7414fed0da635434fbbec (patch) | |
tree | f2713987bb99df04a98617651efb00b01df1e277 /chrome/test/pyautolib | |
parent | 17fe53a88e45b61ed75873244c549a71f1544a56 (diff) | |
download | chromium_src-bd8ab21d83b7412651a7414fed0da635434fbbec.zip chromium_src-bd8ab21d83b7412651a7414fed0da635434fbbec.tar.gz chromium_src-bd8ab21d83b7412651a7414fed0da635434fbbec.tar.bz2 |
Revert a false commit (r39622)
TBR=rafaelw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/pyautolib')
-rw-r--r-- | chrome/test/pyautolib/pyauto.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py index 032f135..4fee17c 100644 --- a/chrome/test/pyautolib/pyauto.py +++ b/chrome/test/pyautolib/pyauto.py @@ -78,15 +78,3 @@ class PyUITest(PyUITestSuite, unittest.TestCase): self.SetUp() # Open a browser window unittest.TestCase.run(self, result) self.TearDown() # Destroy the browser window - - def GetState(self): - """Get a state dictionary. - - The state dictionary contains properties of windows and tabs. Note that - it's a snapshot so you need to fetch a new state everytime you expect a - change. - """ - out = {} - out['user_data_dir'] = self.user_data_dir().value() - out['browser_running'] = self.IsBrowserRunning() - return out |