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

Unified Diff: chrome/browser/resources/options/chromeos_internet_detail.html

Issue 4162004: Prevented access to WEP passphrase from UI. Fixed forget network button in se... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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/browser/resources/options/chromeos_internet_detail.html
===================================================================
--- chrome/browser/resources/options/chromeos_internet_detail.html (revision 64860)
+++ chrome/browser/resources/options/chromeos_internet_detail.html (working copy)
@@ -61,17 +61,7 @@
<section id="passwordNetwork" class="password-details">
<table class="option-control-table">
<tr>
- <td class="option-name" i18n-content="inetPass"></td>
- <td class="option-value">
- <div class="network-password">
- <input id="inetPass">
- <label style="display: inline;">
- <input id="inetShowPass" type="checkbox"
- i18n-values="placeholder:inetPassPrompt">
- <span i18n-content="inetShowPass"></span>
- </label>
- </div>
- </td>
+ <td class="option-name" i18n-content="inetPassProtected"></td>
</tr>
</table>
</section>
@@ -114,7 +104,7 @@
</div>
</section>
<section>
- <div><a id="customerSupport" target="_blank" href="#"
+ <div><a id="customerSupport" target="_blank"
i18n-content="customerSupport"></a></div>
</section>
</div>

Powered by Google App Engine
This is Rietveld 408576698