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

Unified Diff: chromeos/network/network_handler.h

Issue 12669004: Fix NetworkSmsHandler to observe Manager and improve API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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
« no previous file with comments | « chromeos/dbus/shill_property_changed_observer.h ('k') | chromeos/network/network_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_handler.h
diff --git a/chromeos/network/network_handler.h b/chromeos/network/network_handler.h
index b25ab1beaad51b5f9b0124b0db4caf10e1625f73..9cc2d46e442a33ba76f89b7ddc8b559bdae63b2b 100644
--- a/chromeos/network/network_handler.h
+++ b/chromeos/network/network_handler.h
@@ -18,6 +18,7 @@ class NetworkConnectionHandler;
class NetworkDeviceHandler;
class NetworkProfileHandler;
class NetworkStateHandler;
+class NetworkSmsHandler;
// Class for handling initialization and access to chromeos network handlers.
// This class should NOT be used in unit tests. Instead, construct individual
@@ -45,6 +46,7 @@ class CHROMEOS_EXPORT NetworkHandler {
NetworkConfigurationHandler* network_configuration_handler();
ManagedNetworkConfigurationHandler* managed_network_configuration_handler();
NetworkConnectionHandler* network_connection_handler();
+ NetworkSmsHandler* network_sms_handler();
GeolocationHandler* geolocation_handler();
private:
@@ -61,6 +63,7 @@ class CHROMEOS_EXPORT NetworkHandler {
scoped_ptr<ManagedNetworkConfigurationHandler>
managed_network_configuration_handler_;
scoped_ptr<NetworkConnectionHandler> network_connection_handler_;
+ scoped_ptr<NetworkSmsHandler> network_sms_handler_;
scoped_ptr<GeolocationHandler> geolocation_handler_;
DISALLOW_COPY_AND_ASSIGN(NetworkHandler);
« no previous file with comments | « chromeos/dbus/shill_property_changed_observer.h ('k') | chromeos/network/network_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698