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

Unified Diff: devil/devil/android/settings.py

Issue 2993233002: [devil] Disable window animations in device provisioning. (Closed)
Patch Set: Created 3 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devil/devil/android/settings.py
diff --git a/devil/devil/android/settings.py b/devil/devil/android/settings.py
index d053d2a7b7e38dec994103624cc15addc4f0f185..1713be46357538c8b2f3e7657f143c70531050d3 100644
--- a/devil/devil/android/settings.py
+++ b/devil/devil/android/settings.py
@@ -71,6 +71,8 @@ DETERMINISTIC_DEVICE_SETTINGS = [
('stay_on_while_plugged_in', 3),
('verifier_verify_adb_installs', 0),
+
+ ('window_animation_scale', 0),
]),
('settings/secure', [
('allowed_geolocation_origins',
@@ -100,6 +102,8 @@ DETERMINISTIC_DEVICE_SETTINGS = [
('screen_brightness_mode', 0),
('user_rotation', 0),
+
+ ('window_animation_scale', 0),
]),
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698