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

Unified Diff: chrome/test/data/extensions/samples/screenshot/toolstrip.html

Issue 160228: Functionality has been requested in the Extension API for Javascript to... (Closed)
Patch Set: added docs Created 11 years, 4 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
« no previous file with comments | « chrome/test/data/extensions/samples/screenshot/screenshot.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/screenshot/toolstrip.html
diff --git a/chrome/test/data/extensions/samples/screenshot/toolstrip.html b/chrome/test/data/extensions/samples/screenshot/toolstrip.html
new file mode 100755
index 0000000000000000000000000000000000000000..56c7450175b0d90e4fc484c8240b09cae2f2f2bf
--- /dev/null
+++ b/chrome/test/data/extensions/samples/screenshot/toolstrip.html
@@ -0,0 +1,10 @@
+<html>
+ <head>
+ <script src='screenshot.js' type='text/javascript' />
+ </head>
+ <body>
+ <div onclick="takeScreenshot();" class="toolstrip-button">
+ <span>Take Screenshot</span>
+ </div>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/extensions/samples/screenshot/screenshot.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698