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

Unified Diff: chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.html

Issue 191143002: Added process title to Process Monitor Sample Extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.html
diff --git a/chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.html b/chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.html
index 9e7eac527b84ded21062b7a6d9161b8cdd4a3b64..27caa292adac6dce9069550aea7e63417f47426b 100644
--- a/chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.html
+++ b/chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.html
@@ -18,6 +18,7 @@ div, td {
font-family: sans-serif;
font-size: 10pt;
margin-top: 1px;
+ white-space: nowrap;
}
</style>
</head>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/processes/process_monitor/popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698