| 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 e09ff0931a7d0d7006abec7429bbaffb49bbf9d9..9ee4b8bebdcfea13c4b4bb725c24ac4e6f1a2dba 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -110,7 +110,8 @@ class InternetOptionsHandler : public ::options::OptionsPageUIHandler,
|
| const PrefService* GetPrefs() const;
|
|
|
| // Additional callbacks for managing networks.
|
| - void AddConnection(const base::ListValue* args);
|
| + void AddVPNConnection(const base::ListValue* args);
|
| + void AddNonVPNConnection(const base::ListValue* args);
|
| void ConfigureNetwork(const base::ListValue* args);
|
| void ActivateNetwork(const base::ListValue* args);
|
| void RemoveNetwork(const base::ListValue* args);
|
|
|