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

Side by Side Diff: chrome/common/extensions/docs/examples/api/document_scan/scan.html

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Starting over. This used to be 286933006 Created 6 years, 1 month 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Scanner Control</title>
5 <link rel="stylesheet" type="text/css" href="scan.css">
6 </head>
7 <body>
8 <div id="waitAnimation" style="display: none;">
9 <div id="waitSpinner"></div>
10 </div>
11 </img>
12 <button id="requestButton">Request App permissions</button>
13 <button id="scanButton">Scan</button>
14 <div id="scannedImages">
15 </div>
16 <script src="scan.js"></script>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698