| Index: components/onc/onc_constants.cc
|
| diff --git a/components/onc/onc_constants.cc b/components/onc/onc_constants.cc
|
| index be564cfa54d39e2dbc2345809799d0aea8a29738..18110688cc2bb85232146ba8a8e499a2dcb25340 100644
|
| --- a/components/onc/onc_constants.cc
|
| +++ b/components/onc/onc_constants.cc
|
| @@ -259,6 +259,7 @@ const char kAuth[] = "Auth";
|
| const char kCipher[] = "Cipher";
|
| const char kCompLZO[] = "CompLZO";
|
| const char kCompNoAdapt[] = "CompNoAdapt";
|
| +const char kIgnoreDefaultRoute[] = "IgnoreDefaultRoute";
|
| const char kInteract[] = "interact";
|
| const char kKeyDirection[] = "KeyDirection";
|
| const char kNoInteract[] = "nointeract";
|
|
|