| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aa6d7c63f7e0ae8f13a8c1125512bedc68d691af
|
| --- /dev/null
|
| +++ b/chrome/common/extensions/docs/examples/api/systemInfo/index.html
|
| @@ -0,0 +1,17 @@
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| +<head>
|
| +<title> System Information </title>
|
| +<script src="main.js"></script>
|
| +</head>
|
| +<body>
|
| +<div id="title"><b>Storage Information</b></div>
|
| +<div id="storage-list">
|
| + <i>Loading ...</i>
|
| +</div>
|
| +<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>
|
| +</body>
|
| +</html>
|
|
|