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

Unified Diff: tools/memory_inspector/memory_inspector/frontends/www_content/css/processes.css

Issue 549313006: [Android] memory_inspector: move to libheap_profiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mi3_prebuilts
Patch Set: Add prebuilts Created 6 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
Index: tools/memory_inspector/memory_inspector/frontends/www_content/css/processes.css
diff --git a/tools/memory_inspector/memory_inspector/frontends/www_content/css/processes.css b/tools/memory_inspector/memory_inspector/frontends/www_content/css/processes.css
index 0aa1f9d1484d74b3eb338ab41dcae02c22fe8b70..7fd33ac941a1cb0d923ecdc15aa0830affb66e89 100644
--- a/tools/memory_inspector/memory_inspector/frontends/www_content/css/processes.css
+++ b/tools/memory_inspector/memory_inspector/frontends/www_content/css/processes.css
@@ -20,4 +20,13 @@
#ps-tracer-dialog > div > :last-child {
float: right;
width: 60%;
+}
+
+#android_provision_dialog {
+ display: none;
+}
+
+#android_provision_dialog code {
+ display: block;
+ white-space: pre-line;
}

Powered by Google App Engine
This is Rietveld 408576698