| Index: chrome/browser/chromeos/dom_ui/internet_options_handler.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/dom_ui/internet_options_handler.h (revision 66336)
|
| +++ chrome/browser/chromeos/dom_ui/internet_options_handler.h (working copy)
|
| @@ -73,8 +73,9 @@
|
| // Creates the map of a network
|
| ListValue* GetNetwork(const std::string& service_path, const SkBitmap& icon,
|
| const std::string& name, bool connecting, bool connected,
|
| - chromeos::ConnectionType connection_type, bool remembered,
|
| - chromeos::ActivationState activation_state, bool restricted_ip);
|
| + bool connectable, chromeos::ConnectionType connection_type,
|
| + bool remembered, chromeos::ActivationState activation_state,
|
| + bool restricted_ip);
|
|
|
| // Creates the map of wired networks
|
| ListValue* GetWiredList();
|
|
|