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

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

Issue 1091043002: Use networkingPrivate.startConnect (Take 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 086d545ed3bf514ab479485e3f67448b180c91e0..c7e91887923205e7117fd65fb5742d2ceda27740 100644
--- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
+++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
@@ -68,8 +68,6 @@ class InternetOptionsHandler : public ::options::OptionsPageUIHandler,
// networkingPrvate callbacks
void GetManagedPropertiesCallback(const base::ListValue* args);
- void StartConnectCallback(const base::ListValue* args);
- void SetPropertiesCallback(const base::ListValue* args);
// Updates the list of VPN providers enabled in the primary user's profile.
void UpdateVPNProviders();

Powered by Google App Engine
This is Rietveld 408576698