Searched refs:resultDictionary (Results 1 – 1 of 1) sorted by relevance
450 DictionaryValue* resultDictionary = new DictionaryValue(); in RemoveCookieOnIOThread() local451 resultDictionary->SetString(keys::kNameKey, name_); in RemoveCookieOnIOThread()452 resultDictionary->SetString(keys::kUrlKey, url_.spec()); in RemoveCookieOnIOThread()453 resultDictionary->SetString(keys::kStoreIdKey, store_id_); in RemoveCookieOnIOThread()454 result_.reset(resultDictionary); in RemoveCookieOnIOThread()