| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| index c7e91887923205e7117fd65fb5742d2ceda27740..086d545ed3bf514ab479485e3f67448b180c91e0 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -68,6 +68,8 @@
|
|
|
| // networkingPrvate callbacks
|
| void GetManagedPropertiesCallback(const base::ListValue* args);
|
| + void StartConnectCallback(const base::ListValue* args);
|
| + void SetPropertiesCallback(const base::ListValue* args);
|
|
|
| // Updates the list of VPN providers enabled in the primary user's profile.
|
| void UpdateVPNProviders();
|
|
|