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

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

Issue 10175008: Improving the process model extension API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Syncing to the latest tree after a week away. Created 8 years, 7 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: 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 dc6b5751c0d710934f06d65bf43c31e5825871e0..9e7eac527b84ded21062b7a6d9161b8cdd4a3b64 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
@@ -24,5 +24,9 @@ div, td {
<body>
<div id="title"><b>Process Monitor</b></div>
<div id="process-list"><i>Loading...</i></div>
+<div id="buttons">
+ <input type="button" value="End Process" id="killProcess" />
+</div>
+</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698