| 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 2422b83a19d963a0e617934ebb58f820a405b6a0..b10755b65118118bf0530b87ff9279ef8a1f6801 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -620,6 +620,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);
|
| @@ -703,7 +706,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:
|
| typedef std::map<PropertyIndex, base::Value*> PropertyMap;
|
|
|