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

Unified Diff: chrome/browser/resources/extensions/pack_extension_overlay.html

Issue 21884004: Add for attributes to labels on 'Pack Extension' overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/pack_extension_overlay.html
diff --git a/chrome/browser/resources/extensions/pack_extension_overlay.html b/chrome/browser/resources/extensions/pack_extension_overlay.html
index ec278b9183287919a764b1fca7f3614d7acd3283..e83d4a5e0eb405f34513357b428d8c76e2516f14 100644
--- a/chrome/browser/resources/extensions/pack_extension_overlay.html
+++ b/chrome/browser/resources/extensions/pack_extension_overlay.html
@@ -4,13 +4,14 @@
<div class="pack-extension-heading" i18n-content="packExtensionHeading">
</div>
<div class="pack-extension-text-boxes">
- <label i18n-content="packExtensionRootDir"></label>
+ <label i18n-content="packExtensionRootDir" for="extensionRootDir"></label>
<input class="pack-extension-text-area" id="extensionRootDir" type="text">
<button id="browseExtensionDir"
i18n-content="packExtensionBrowseButton"></button>
</div>
<div class="pack-extension-text-boxes">
- <label i18n-content="packExtensionPrivateKey"></label>
+ <label i18n-content="packExtensionPrivateKey" for="extensionPrivateKey">
+ </label>
<input class="pack-extension-text-area"
id="extensionPrivateKey" type="text">
<button id="browsePrivateKey"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698