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

Unified Diff: components/onc/onc_constants.cc

Issue 1283613005: Add networkingPrivate.getThirdPartyVpnProviderList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_515987_cr_network_list
Patch Set: Rebase Created 5 years, 4 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: components/onc/onc_constants.cc
diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
index bb5d61e3ca6ea8534e6b3b7ee920712aa046be60..1df72267b0d5cde3d0636f11e2ea48b08f581951 100644
--- a/components/onc/onc_constants.cc
+++ b/components/onc/onc_constants.cc
@@ -379,6 +379,7 @@ const char kPasswordAndOTP[] = "PasswordAndOTP";
namespace third_party_vpn {
const char kExtensionID[] = "ExtensionID";
+const char kName[] = "Name";
} // third_party_vpn
namespace verify_x509 {

Powered by Google App Engine
This is Rietveld 408576698