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

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

Issue 9836036: Add getDefaultFontSize and setDefaultFontSize to Font Settings Extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch for landing Created 8 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/fontSettings/popup.html
diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/popup.html b/chrome/common/extensions/docs/examples/api/fontSettings/popup.html
index 3e894bac773d68292f0ed02fb410c3f6e5378429..d4e542e9b651ce562d687919ec73bb732683e794 100644
--- a/chrome/common/extensions/docs/examples/api/fontSettings/popup.html
+++ b/chrome/common/extensions/docs/examples/api/fontSettings/popup.html
@@ -6,7 +6,7 @@
</head>
<body>
<h1>Font Settings</h1>
- <form id="fontForm">
+ <div>
<div>Script</div>
<div>
<select id="scriptList">
@@ -44,6 +44,7 @@
<option value="Yiii">Yi</option>
</select>
</div>
+ <div style="margin-left:10px">
<div>Standard</div>
<div>
<select id="standardFontList"></select>
@@ -60,6 +61,9 @@
<div>
<select id="fixedFontList"></select>
</div>
- </form>
+ </div>
+ <div>Font Size</div>
+ <div><input type="text" id="defaultFontSize"></div>
+ </div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698