Searched refs:manifest_copy (Results 1 – 1 of 1) sorted by relevance
331 scoped_ptr<DictionaryValue> manifest_copy(extension_manifest.DeepCopy()); in EqualsIgnoringPublicKey() local332 manifest_copy->Remove(extension_manifest_keys::kPublicKey, NULL); in EqualsIgnoringPublicKey()333 return manifest_copy->Equals(&whitelisted_manifest); in EqualsIgnoringPublicKey()