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

Unified 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, 2 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/document_scan/scan.html
diff --git a/chrome/common/extensions/docs/examples/api/document_scan/scan.html b/chrome/common/extensions/docs/examples/api/document_scan/scan.html
new file mode 100644
index 0000000000000000000000000000000000000000..a7b24b6dbd8062e499e0064417f637c213832768
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/document_scan/scan.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Scanner Control</title>
+ <link rel="stylesheet" type="text/css" href="scan.css">
+ </head>
+ <body>
+ <div id="waitAnimation" style="display: none;">
+ <div id="waitSpinner"></div>
+ </div>
+ </img>
+ <button id="requestButton">Request App permissions</button>
+ <button id="scanButton">Scan</button>
+ <div id="scannedImages">
+ </div>
+ <script src="scan.js"></script>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698