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

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

Issue 10784009: screenshot disabling policy tests (Closed) Base URL: http://git.chromium.org/chromium/src.git@disable_screenshots
Patch Set: Tests Created 8 years, 5 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
« chrome/test/functional/policy.py ('K') | « chrome/test/functional/policy.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyauto.py
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index 53d86ca6deccec640e6509ae856df418e1016e8d..fb8a9b07e6ca8cdac6836377109f0f1a8ee1b685 100755
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -5431,6 +5431,13 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
return result
+ def ApplyAshAccelerator(self, action):
+ cmd_dict = {
+ 'command': 'ApplyAshAccelerator',
+ 'action': action
+ }
+ return self._GetResultFromJSONRequest(cmd_dict, windex=None)
+
## ChromeOS section -- end
« chrome/test/functional/policy.py ('K') | « chrome/test/functional/policy.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698