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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <h2><b>CPU Information</b></h2>
8 <div id="cpu-info">
9 <i> Loading ...</i>
10 </div>
11 <div id="cpu-cores">
12 <i> <br>Loading ...</i>
13 </div>
14 <h2><b>Memory Information</b></h2>
15 <div id="memory-info">
16 <i>Loading...</i>
17 </div>
18 <h2><b>Storage Information</b></h2>
19 <div>
20 <i>Monitor free space change? </i>
21 <input type="button" value="Start" id="start-btn"></input>
22 <input type="button" value="Stop" id="stop-btn"></input>
23 </div>
24 <div id="storage-list">
25 <i>Loading ...</i>
26 </div>
27 </body>
28 </html>
OLDNEW
« 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