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

Side by Side Diff: components/onc/onc_constants.h

Issue 1019033002: Add an ONC property for the third-party VPN provider extension ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_ 4 #ifndef COMPONENTS_ONC_ONC_CONSTANTS_H_
5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_ 5 #define COMPONENTS_ONC_ONC_CONSTANTS_H_
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "components/onc/onc_export.h" 9 #include "components/onc/onc_export.h"
10 10
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 ONC_EXPORT extern const char kVerifyX509[]; 360 ONC_EXPORT extern const char kVerifyX509[];
361 } // namespace openvpn 361 } // namespace openvpn
362 362
363 namespace openvpn_user_auth_type { 363 namespace openvpn_user_auth_type {
364 ONC_EXPORT extern const char kNone[]; 364 ONC_EXPORT extern const char kNone[];
365 ONC_EXPORT extern const char kOTP[]; 365 ONC_EXPORT extern const char kOTP[];
366 ONC_EXPORT extern const char kPassword[]; 366 ONC_EXPORT extern const char kPassword[];
367 ONC_EXPORT extern const char kPasswordAndOTP[]; 367 ONC_EXPORT extern const char kPasswordAndOTP[];
368 } // openvpn_user_auth_type 368 } // openvpn_user_auth_type
369 369
370 namespace third_party_vpn {
371 ONC_EXPORT extern const char kExtensionID[];
372 } // third_party_vpn
373
370 namespace verify_x509 { 374 namespace verify_x509 {
371 ONC_EXPORT extern const char kName[]; 375 ONC_EXPORT extern const char kName[];
372 ONC_EXPORT extern const char kType[]; 376 ONC_EXPORT extern const char kType[];
373 377
374 namespace types { 378 namespace types {
375 ONC_EXPORT extern const char kName[]; 379 ONC_EXPORT extern const char kName[];
376 ONC_EXPORT extern const char kNamePrefix[]; 380 ONC_EXPORT extern const char kNamePrefix[];
377 ONC_EXPORT extern const char kSubject[]; 381 ONC_EXPORT extern const char kSubject[];
378 } // namespace types 382 } // namespace types
379 } // namespace verify_x509 383 } // namespace verify_x509
(...skipping 18 matching lines...) Expand all
398 ONC_EXPORT extern const char kWPAD[]; 402 ONC_EXPORT extern const char kWPAD[];
399 } // namespace proxy 403 } // namespace proxy
400 404
401 namespace global_network_config { 405 namespace global_network_config {
402 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; 406 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[];
403 } // global_network_config 407 } // global_network_config
404 408
405 } // namespace onc 409 } // namespace onc
406 410
407 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 411 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698