Index: chrome/browser/ui/webui/chromeos/network_config_message_handler.h |
diff --git a/chrome/browser/ui/webui/chromeos/network_config_message_handler.h b/chrome/browser/ui/webui/chromeos/network_config_message_handler.h |
index 09629192f37062283fbf76d87130b82f12846ed2..de229c2d7228dc33e95f68f9df62cbda10cf9f73 100644 |
--- a/chrome/browser/ui/webui/chromeos/network_config_message_handler.h |
+++ b/chrome/browser/ui/webui/chromeos/network_config_message_handler.h |
@@ -38,10 +38,16 @@ class NetworkConfigMessageHandler : public content::WebUIMessageHandler { |
void GetNetworks(const base::ListValue* arg_list) const; |
void GetProperties(const base::ListValue* arg_list); |
void GetManagedProperties(const base::ListValue* arg_list); |
- void GetShillProperties(const base::ListValue* arg_list); |
void GetPropertiesSuccess(int callback_id, |
const std::string& service_path, |
const base::DictionaryValue& dictionary) const; |
+ |
+ // Get Shill Properties for debugging purposes only. |
+ void GetShillProperties(const base::ListValue* arg_list); |
+ void GetShillPropertiesSuccess(int callback_id, |
+ const std::string& service_path, |
+ const base::DictionaryValue& dictionary) const; |
+ |
void InvokeCallback(const base::ListValue& arg_list) const; |
void ErrorCallback(int callback_id, |
const std::string& error_name, |