Remove third-party VPN combined name
commit6f0fab6a683eae9ca05bc69fabe32624d2ce86f6
authorbartfab <bartfab@chromium.org>
Tue, 10 Mar 2015 13:19:17 +0000 (10 06:19 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 10 Mar 2015 13:20:24 +0000 (10 13:20 +0000)
treeb213d2a3036bdf4f26548e276cb25a93fe6d83d3
parent1ba370a1e3f1e61bb949699dbc02febc49b3278e
Remove third-party VPN combined name

VpnService concatenates the third-party VPN provider's extension name
and the user-provided configuration name into a combined name in a
non-18n-aware manner. This CL removes the concatenation. The extension
name and configuration name will be combined visually by the UI as
required instead.

BUG=434711,460428
TEST=Manual, together with follow-up CLs that wire up the UI

Review URL: https://codereview.chromium.org/990993003

Cr-Commit-Position: refs/heads/master@{#319870}
extensions/browser/api/vpn_provider/vpn_service.cc