| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 86649)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -1020,6 +1020,9 @@
|
| // Enables device policy support on ChromeOS.
|
| const char kEnableDevicePolicy[] = "enable-device-policy";
|
|
|
| +// Enables VPN support on ChromeOS.
|
| +const char kEnableVPN[] = "enable-vpn";
|
| +
|
| // Enable the redirection of viewable document requests to the Google
|
| // Document Viewer.
|
| const char kEnableGView[] = "enable-gview";
|
|
|