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

Unified Diff: chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h

Issue 782493003: Support disconnecting from wireless networks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix last nit Created 6 years 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h
diff --git a/chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h b/chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h
index f28a86b0b8662de3bff10cd76ad5291f77927b85..20ee613113c6c5ab687d355a171cf9ab9d308960 100644
--- a/chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h
+++ b/chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.h
@@ -21,6 +21,7 @@ extern const char kNetworkManagerSpecificObject[];
extern const char kNetworkManagerDeviceType[];
extern const char kNetworkManagerGetDevicesMethod[];
extern const char kNetworkManagerGetAccessPointsMethod[];
+extern const char kNetworkManagerDisconnectMethod[];
extern const char kNetworkManagerAddAndActivateConnectionMethod[];
extern const char kNetworkManagerGetMethod[];
extern const char kNetworkManagerSsidProperty[];
« no previous file with comments | « no previous file | chrome/browser/extensions/api/networking_private/network_config_dbus_constants_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698