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

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

Issue 1026463003: Revert of 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: 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 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);

Powered by Google App Engine
This is Rietveld 408576698