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

Unified Diff: build/android/pylib/monkey/test_options.py

Issue 26422003: [Android] Launch chrome using an intent before running uiautomator tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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: build/android/pylib/monkey/test_options.py
diff --git a/build/android/pylib/monkey/test_options.py b/build/android/pylib/monkey/test_options.py
index 31a91bb979b33e2f4c4db18bf3bf6ba0a936ef80..54d3d0840e11117497d938c952f44691ae0a0ea6 100644
--- a/build/android/pylib/monkey/test_options.py
+++ b/build/android/pylib/monkey/test_options.py
@@ -8,8 +8,7 @@ import collections
MonkeyOptions = collections.namedtuple('MonkeyOptions', [
'verbose_count',
- 'package_name',
- 'activity_name',
+ 'package',
'event_count',
'category',
'throttle',
« no previous file with comments | « no previous file | build/android/pylib/monkey/test_runner.py » ('j') | build/android/pylib/uiautomator/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698