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

Unified Diff: tools/android/memdump/memreport.py

Issue 23811008: [android] Remove deprecated package constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved beta and stable packages to PACKAGE_INFO Created 7 years, 3 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 | « build/android/pylib/constants.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/memdump/memreport.py
diff --git a/tools/android/memdump/memreport.py b/tools/android/memdump/memreport.py
index fec213d1c02d8af6e671fc88e1414df9f358bd62..2abc0741d05c7aa77eb00f466146eca9159b9ae1 100755
--- a/tools/android/memdump/memreport.py
+++ b/tools/android/memdump/memreport.py
@@ -257,7 +257,7 @@ def main(argv):
help='Manually collect data and generate a graph.')
parser.add_option('-p',
'--package',
- default=constants.CHROME_PACKAGE,
+ default=constants.PACKAGE_INFO['chrome'].package,
help='Package name to collect.')
parser.add_option('-i',
'--interval',
« no previous file with comments | « build/android/pylib/constants.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698