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

Unified Diff: chrome/browser/resources/chromeos/choose_mobile_network.html

Issue 10155030: Fix button order to OK, Cancel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/chromeos/choose_mobile_network.html
diff --git a/chrome/browser/resources/chromeos/choose_mobile_network.html b/chrome/browser/resources/chromeos/choose_mobile_network.html
index c89a442a0c59d02c88325b789ed22a14a1c5c137..5c774cd42782772dbc2bbd99a4aaef48c8dc94e2 100644
--- a/chrome/browser/resources/chromeos/choose_mobile_network.html
+++ b/chrome/browser/resources/chromeos/choose_mobile_network.html
@@ -29,8 +29,8 @@
<div class="action-area">
<div class="action-area-right">
<div class="button-strip">
- <button id="connect" i18n-content="connect" ></button>
<button id="cancel" i18n-content="cancel"></button>
+ <button id="connect" i18n-content="connect" ></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698