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

Unified Diff: chrome/browser/resources/options/chromeos/internet_detail.html

Issue 7123001: Merge 87553 - Fix issue with static ipconfig not creating dhcp ip configs properly. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/782/src/
Patch Set: Created 9 years, 6 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/browser/resources/options/chromeos/internet_detail.html
===================================================================
--- chrome/browser/resources/options/chromeos/internet_detail.html (revision 88060)
+++ chrome/browser/resources/options/chromeos/internet_detail.html (working copy)
@@ -267,13 +267,13 @@
</section>
<section id="ipconfigSection">
<div>
- <div class="radio">
+ <div id="ipTypeDHCPDiv" class="radio">
<label>
<input type="radio" name="iptype" id="ipTypeDHCP" value="1">
<span i18n-content="useDHCP"></span>
</label>
</div>
- <div class="radio">
+ <div id="ipTypeStaticDiv" class="radio">
<label>
<input type="radio" name="iptype" id="ipTypeStatic" value="0">
<span i18n-content="useStaticIP"></span>
« no previous file with comments | « chrome/browser/chromeos/cros/network_library.cc ('k') | chrome/browser/resources/options/chromeos/internet_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698