Chromium Code Reviews| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
| index 467035fa6e1eeeb45a5e209fec184ce2146ad75f..14f530db2597c1b2471ad730fba18e3d070e2cab 100644 |
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
| @@ -129,6 +129,14 @@ class InternetOptionsHandler |
| // case of cellular networks, network technology and roaming status. |
| void MonitorNetworks(); |
| + // Stores a dictionary under |key| in |settings| that is suitable be sent to |
|
James Hawkins
2011/11/28 21:38:06
"suitable to be sent"?
Mattias Nissler (ping if slow)
2011/11/29 14:48:50
Done.
|
| + // the webui that contains the actual value of a setting and whether it's |
| + // controlled by policy. Takes ownership of |value|. |
| + void SetValueDictionary(DictionaryValue* settings, |
| + const char* key, |
| + base::Value* value, |
| + const chromeos::NetworkPropertyUIData& ui_data); |
| + |
| // Convenience pointer to netwrok library (will not change). |
| chromeos::NetworkLibrary* cros_; |