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

Unified Diff: chrome/common/extensions/docs/examples/api/systemInfo/index.html

Issue 11415249: Remove systemInfo sample since it was landed to chrome-app-samples on github (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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/systemInfo/main.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/systemInfo/index.html
diff --git a/chrome/common/extensions/docs/examples/api/systemInfo/index.html b/chrome/common/extensions/docs/examples/api/systemInfo/index.html
deleted file mode 100644
index 356da3cd23473761dccad670d88650261358d295..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/api/systemInfo/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<title> System Information </title>
-<script src="main.js"></script>
-</head>
-<body>
-<h2><b>CPU Information</b></h2>
-<div id="cpu-info">
- <i> Loading ...</i>
-</div>
-<div id="cpu-cores">
- <i> <br>Loading ...</i>
-</div>
-<h2><b>Memory Information</b></h2>
-<div id="memory-info">
- <i>Loading...</i>
-</div>
-<h2><b>Storage Information</b></h2>
-<div>
- <i>Monitor free space change? </i>
- <input type="button" value="Start" id="start-btn"></input>
- <input type="button" value="Stop" id="stop-btn"></input>
-</div>
-<div id="storage-list">
- <i>Loading ...</i>
-</div>
-</body>
-</html>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/examples/api/systemInfo/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698