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