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

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc

Issue 1017443002: Allow users to add third-party VPNs from the settings page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_3_460428_update_details_dialog
Patch Set: Created 5 years, 9 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/ui/webui/options/chromeos/internet_options_handler_strings.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc
index 5edec17e8a8ce314f79dc8452a5c5bd369414af2..a914cd888845e1f2a1da1c3410d91d8806aef5e6 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler_strings.cc
@@ -41,7 +41,7 @@ StringResource kStringResources[] = {
{ "addConnectionTitle",
IDS_OPTIONS_SETTINGS_SECTION_TITLE_ADD_CONNECTION },
{"addConnectionWifi", IDS_OPTIONS_SETTINGS_ADD_CONNECTION_WIFI},
- {"addConnectionVPN", IDS_STATUSBAR_NETWORK_ADD_VPN},
+ {"addConnectionVPNTemplate", IDS_STATUSBAR_NETWORK_ADD_VPN_TEMPLATE},
{"otherCellularNetworks", IDS_OPTIONS_SETTINGS_OTHER_CELLULAR_NETWORKS},
{"enableDataRoaming", IDS_OPTIONS_SETTINGS_ENABLE_DATA_ROAMING},
{"disableDataRoaming", IDS_OPTIONS_SETTINGS_DISABLE_DATA_ROAMING},

Powered by Google App Engine
This is Rietveld 408576698