| Index: chrome/browser/chromeos/cros/network_library.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
|
| index 5387e8c681d66ef97768b1687da745457206f607..487097327636ca8112b2c0a13d475468ddd5b697 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -621,6 +621,9 @@ class Network {
|
|
|
| const std::string& proxy_config() const { return proxy_config_; }
|
|
|
| + const DictionaryValue* ui_data() const { return &ui_data_; }
|
| + DictionaryValue* ui_data() { return &ui_data_; }
|
| +
|
| void set_notify_failure(bool state) { notify_failure_ = state; }
|
|
|
| void SetPreferred(bool preferred);
|
| @@ -701,7 +704,6 @@ class Network {
|
| std::string* dest);
|
|
|
| void set_unique_id(const std::string& unique_id) { unique_id_ = unique_id; }
|
| - DictionaryValue* ui_data() { return &ui_data_; }
|
|
|
| private:
|
| // This allows NetworkParser and its subclasses access to device
|
|
|