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

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

Issue 1051013002: Add default zoom functionality to chrome.tabs Zoom API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address suggestions. Created 5 years, 9 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/tabs/zoom/popup.html
diff --git a/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.html b/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.html
index b224234607c9b6beaaccb6ca97605d47a885aed4..8b7f276c1183d4d4823dc045b345be5c4c22150f 100644
--- a/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.html
+++ b/chrome/common/extensions/docs/examples/api/tabs/zoom/popup.html
@@ -30,7 +30,8 @@
<td><button type="button" id="increaseButton">+</button></td>
</td>
</table>
- <button type="button" id="defaultButton">Reset to 100%</button>
+ <button type="button" id="defaultButton">Reset to Default</button>
+ <div id="defaultLabel"></div>
</div>
<p>
<div style="border-width: 2px; border-style: solid; border-color: #7f0000; padding: 2px">

Powered by Google App Engine
This is Rietveld 408576698