Chromium Code Reviews| 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 " |