| 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..11d07f61bf8b59eb5e3e3b7f2176348c41b53f71 100644
|
| --- a/components/cloud_devices/common/cloud_device_description.h
|
| +++ b/components/cloud_devices/common/cloud_device_description.h
|
| @@ -31,6 +31,9 @@ class CloudDeviceDescription {
|
|
|
| std::string ToString() const;
|
|
|
| + // Releases root dictionary and hands ownership over to the caller.
|
| + scoped_ptr<base::DictionaryValue> release();
|
| +
|
| // Returns dictionary with capability/option.
|
| // Returns NULL if missing.
|
| const base::DictionaryValue* GetItem(const std::string& path) const;
|
|
|