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 |
deleted file mode 100644 |
index a7b24b6dbd8062e499e0064417f637c213832768..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/examples/api/document_scan/scan.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!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> |