| 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 a3f3b90056b8c7901d34aab60b4d61e06999d10a..ef5ee9b1106b7c1178ff3f73dafa95025bac0214 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -111,7 +111,8 @@ class InternetOptionsHandler
|
| 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);
|
|
|