Index: components/cloud_devices/common/cloud_device_description.h |
diff --git a/components/cloud_devices/common/cloud_device_description.h b/components/cloud_devices/common/cloud_device_description.h |
index 8a0021025b70b4c474b748e481c91f822ab7e8eb..146c68277c30cc3c7c4856f82ddacdbd65d69e0e 100644 |
--- a/components/cloud_devices/common/cloud_device_description.h |
+++ b/components/cloud_devices/common/cloud_device_description.h |
@@ -31,6 +31,8 @@ class CloudDeviceDescription { |
std::string ToString() const; |
+ const base::DictionaryValue& root() const { return *root_; } |
+ |
// Returns dictionary with capability/option. |
// Returns NULL if missing. |
const base::DictionaryValue* GetItem(const std::string& path) const; |