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

Unified Diff: build/android/pylib/flag_changer.py

Issue 107113006: [Android] Make cmdline_file argument to FlagChanger mandatory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/flag_changer.py
diff --git a/build/android/pylib/flag_changer.py b/build/android/pylib/flag_changer.py
index 7e5d091166e25de2160be30bc526c9cfe58dd5d1..898037f3dcbadb25f2fe2faa4aa127c3476294a8 100644
--- a/build/android/pylib/flag_changer.py
+++ b/build/android/pylib/flag_changer.py
@@ -17,8 +17,7 @@ class FlagChanger(object):
once the tests have completed.
"""
- def __init__(self, adb,
- cmdline_file=constants.PACKAGE_INFO['chrome'].cmdline_file):
+ def __init__(self, adb, cmdline_file):
"""Initializes the FlagChanger and records the original arguments.
Args:
« no previous file with comments | « no previous file | build/android/pylib/instrumentation/test_runner.py » ('j') | build/android/pylib/instrumentation/test_runner.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698