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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: . Created 3 years, 7 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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index ef9cea2bc6773116566857e99fe34f07e27a74fd..ed46cdd9d50513d63daaabbc04750485fd29bc14 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2903,7 +2903,14 @@ const char kWakeOnPacketsDescription[] =
"Enables waking the device based on the receipt of some network "
"packets.";
-const char kQuickUnlockPinName[] = "Quick Unlock (PIN)";
+const char kNetworkSettingsConfigName[] =
michaelpg 2017/05/18 21:14:22 why aren't these in the same order as the .h? (too
stevenjb 2017/05/19 23:35:34 I think the headers were sorted while this was in
+ "Settings based Network Configuration";
+
+const char kNetworkSettingsConfigDescription[] =
+ "Enables the Settings based network configraiton UI instead of the Views "
michaelpg 2017/05/18 21:14:22 "configuration"
stevenjb 2017/05/19 23:35:33 Done.
+ "based configuration dialog.";
+
+const char kQuickUnlockPin[] = "Quick Unlock (PIN)";
michaelpg 2017/05/18 21:14:22 dropping "Name" intentional? (again too lazy to ch
stevenjb 2017/05/19 23:35:34 Merge bug.
const char kQuickUnlockPinDescription[] =
"Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "

Powered by Google App Engine
This is Rietveld 408576698