| Index: components/cloud_devices/cloud_device_description.h
|
| diff --git a/components/cloud_devices/cloud_device_description.h b/components/cloud_devices/cloud_device_description.h
|
| index ec59c8726bcb6aade07cd316bcca5499132e63fb..d4ce081b32ae0a2e4fc6adb7b9724f43432aa701 100644
|
| --- a/components/cloud_devices/cloud_device_description.h
|
| +++ b/components/cloud_devices/cloud_device_description.h
|
| @@ -26,6 +26,7 @@ class CloudDeviceDescription {
|
|
|
| void Reset();
|
|
|
| + bool InitFromDictionary(scoped_ptr<base::DictionaryValue> root);
|
| bool InitFromString(const std::string& json);
|
|
|
| std::string ToString() const;
|
|
|