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

Unified Diff: chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html

Issue 490133002: Fixed Screenshot extension example (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed listener variable Created 6 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/common/extensions/docs/examples/api/tabs/screenshot/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html
diff --git a/chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html b/chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html
index 8739b46410b8611ece0573055c454954ae28917b..46d7e4d4571fc4838a67f573c5fd6ef6c31cef7e 100644
--- a/chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html
+++ b/chrome/common/extensions/docs/examples/api/tabs/screenshot/screenshot.html
@@ -3,7 +3,7 @@
<body>
Image here:
<p>
- <img id="target" src="white.png" width="640" height="480">
+ <img id="target" src="white.png" height="480">
<p>
End image
</body>
« no previous file with comments | « chrome/common/extensions/docs/examples/api/tabs/screenshot/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698