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

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

Issue 4572001: Pass wifi available/enabled status to JS at initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespaces. 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_options.html
diff --git a/chrome/browser/resources/options/chromeos_internet_options.html b/chrome/browser/resources/options/chromeos_internet_options.html
index cb3e268907764b3c58c105ef293d64a73da68004..4dde7d44f1ec5d3a4ba631bd11fb491c721aab90 100644
--- a/chrome/browser/resources/options/chromeos_internet_options.html
+++ b/chrome/browser/resources/options/chromeos_internet_options.html
@@ -5,8 +5,8 @@
<div id="networkingControls">
<button id="enableWifi" class="hidden" i18n-content="enableWifi"></button>
<button id="disableWifi" class="hidden"
- i18n-content="disableWifi"></button>
- <button id="enableCellular" class="hidden"
+ i18n-content="disableWifi"></button>
+ <button id="enableCellular" class="hidden"
i18n-content="enableCellular"></button>
<button id="disableCellular" class="hidden"
i18n-content="disableCellular"></button>

Powered by Google App Engine
This is Rietveld 408576698