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> |