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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <title> System Information </title>
4 <script src="main.js"></script>
5 </head>
6 <body>
7 <div id="title"><b>Storage Information</b></div>
8 <div id="storage-list">
9 <i>Loading ...</i>
10 </div>
11 <div>
12 <i>Monitor free space change? </i>
13 <input type="button" value="Start" id="start-btn"></input>
14 <input type="button" value="Stop" id="stop-btn"></input>
15 </div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698