summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/pyauto.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/pyautolib/pyauto.py')
-rw-r--r--chrome/test/pyautolib/pyauto.py12
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