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

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

Issue 10882059: Add examples for showing how to use systemInfo API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add zip package Created 8 years, 4 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/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>

Powered by Google App Engine
This is Rietveld 408576698