fake_shill_profile_client.cc | 26 base::DictionaryValue properties; member in struct:chromeos::FakeShillProfileClient::ProfileProperties 67 scoped_ptr<base::DictionaryValue> properties(profile->properties.DeepCopy()); 69 properties->SetWithoutPathExpansion(shill::kEntriesProperty, entry_paths); 77 base::Bind(&PassDictionary, callback, base::Owned(properties.release()))); 133 profile->properties.SetStringWithoutPathExpansion(shill::kUserHashProperty, 142 const base::DictionaryValue& properties) { 147 properties.DeepCopy());
|