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

Unified Diff: chrome/browser/resources/chromeos/network_configuration/config.html

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed clang errors. Created 7 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/network_configuration/config.html
diff --git a/chrome/browser/resources/chromeos/network_configuration/config.html b/chrome/browser/resources/chromeos/network_configuration/config.html
index 8238e17c6f456c888904ae31e59c8e1e6f50f134..26eb2200bc268e6711e2ec8a2182852d55b8a887 100644
--- a/chrome/browser/resources/chromeos/network_configuration/config.html
+++ b/chrome/browser/resources/chromeos/network_configuration/config.html
@@ -25,8 +25,8 @@
</div>
</div>
<div class="button-strip">
- <button id="close">
- Close
+ <button id="save">
+ Save
</button>
<button id="connect">
Connect

Powered by Google App Engine
This is Rietveld 408576698