Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5243)

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h

Issue 1017443002: Allow users to add third-party VPNs from the settings page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_3_460428_update_details_dialog
Patch Set: Fixed closure errors. Addressed comments. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698