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

Unified Diff: tools/memory_inspector/chrome_app/template/manifest.json

Issue 867263002: [memory-inspector] UI fixes + bump version number for release. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | tools/memory_inspector/classification_rules/default/mmap-android.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_inspector/chrome_app/template/manifest.json
diff --git a/tools/memory_inspector/chrome_app/template/manifest.json b/tools/memory_inspector/chrome_app/template/manifest.json
index a88b39f0237b6ba77978eec2fec4cb17935ffd63..b797fc0ba8e44739a16fe119f6a01fda4ed711e6 100644
--- a/tools/memory_inspector/chrome_app/template/manifest.json
+++ b/tools/memory_inspector/chrome_app/template/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Memory Inspector",
"description": "Memory inspector tool for Android",
- "version": "0.1.0",
+ "version": "0.1.2",
"manifest_version": 2,
"icons": {
"16": "images/icon_16.png",
@@ -30,6 +30,6 @@
"udp-send-to:*:*"
]
},
- "http://127.0.0.1:*/*"
+ "http://127.0.0.1/*"
]
}
« no previous file with comments | « no previous file | tools/memory_inspector/classification_rules/default/mmap-android.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698