| Index: chromeos/dbus/shill_manager_client.h
|
| diff --git a/chromeos/dbus/shill_manager_client.h b/chromeos/dbus/shill_manager_client.h
|
| index bd05253ed91ba3aa54b34d63f2f38410f321426c..a67113dc2dd3dcdad3f7ff4893078cee651c69f9 100644
|
| --- a/chromeos/dbus/shill_manager_client.h
|
| +++ b/chromeos/dbus/shill_manager_client.h
|
| @@ -50,6 +50,8 @@ class CHROMEOS_EXPORT ShillManagerClient {
|
| virtual void ClearServices() = 0;
|
| virtual void AddTechnology(const std::string& type, bool enabled) = 0;
|
| virtual void RemoveTechnology(const std::string& type) = 0;
|
| + virtual void SetTechnologyInitializing(const std::string& type,
|
| + bool initializing) = 0;
|
| virtual void AddGeoNetwork(const std::string& technology,
|
| const base::DictionaryValue& network) = 0;
|
|
|
|
|