Home | History | Annotate | Download | only in extensions

Lines Matching refs:id_hash

1135         std::string id_hash = base::SHA1HashString(extension->id());
1136 std::string hexencoded_id_hash = base::HexEncode(id_hash.c_str(),
1137 id_hash.length());