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

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

Issue 1058973002: Add an ONC property for disabling LCP echo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Typo "Enabled" instead of "Disabled" Created 5 years, 8 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ONC_EXPORT extern const char kEAP[]; 325 ONC_EXPORT extern const char kEAP[];
326 ONC_EXPORT extern const char kGroup[]; 326 ONC_EXPORT extern const char kGroup[];
327 ONC_EXPORT extern const char kIKEVersion[]; 327 ONC_EXPORT extern const char kIKEVersion[];
328 ONC_EXPORT extern const char kPSK[]; 328 ONC_EXPORT extern const char kPSK[];
329 ONC_EXPORT extern const char kServerCAPEMs[]; 329 ONC_EXPORT extern const char kServerCAPEMs[];
330 ONC_EXPORT extern const char kServerCARef[]; 330 ONC_EXPORT extern const char kServerCARef[];
331 ONC_EXPORT extern const char kServerCARefs[]; 331 ONC_EXPORT extern const char kServerCARefs[];
332 ONC_EXPORT extern const char kXAUTH[]; 332 ONC_EXPORT extern const char kXAUTH[];
333 } // namespace ipsec 333 } // namespace ipsec
334 334
335 namespace l2tp {
336 ONC_EXPORT extern const char kLcpEchoDisabled[];
337 } // namespace l2tp
338
335 namespace openvpn { 339 namespace openvpn {
336 ONC_EXPORT extern const char kAuthNoCache[]; 340 ONC_EXPORT extern const char kAuthNoCache[];
337 ONC_EXPORT extern const char kAuthRetry[]; 341 ONC_EXPORT extern const char kAuthRetry[];
338 ONC_EXPORT extern const char kAuth[]; 342 ONC_EXPORT extern const char kAuth[];
339 ONC_EXPORT extern const char kCipher[]; 343 ONC_EXPORT extern const char kCipher[];
340 ONC_EXPORT extern const char kCompLZO[]; 344 ONC_EXPORT extern const char kCompLZO[];
341 ONC_EXPORT extern const char kCompNoAdapt[]; 345 ONC_EXPORT extern const char kCompNoAdapt[];
342 ONC_EXPORT extern const char kIgnoreDefaultRoute[]; 346 ONC_EXPORT extern const char kIgnoreDefaultRoute[];
343 ONC_EXPORT extern const char kInteract[]; 347 ONC_EXPORT extern const char kInteract[];
344 ONC_EXPORT extern const char kKeyDirection[]; 348 ONC_EXPORT extern const char kKeyDirection[];
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 ONC_EXPORT extern const char kWPAD[]; 417 ONC_EXPORT extern const char kWPAD[];
414 } // namespace proxy 418 } // namespace proxy
415 419
416 namespace global_network_config { 420 namespace global_network_config {
417 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[]; 421 ONC_EXPORT extern const char kAllowOnlyPolicyNetworksToAutoconnect[];
418 } // global_network_config 422 } // global_network_config
419 423
420 } // namespace onc 424 } // namespace onc
421 425
422 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_ 426 #endif // COMPONENTS_ONC_ONC_CONSTANTS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698