scoped_test_nss_chromeos_user.h | 17 // user with |username_hash|. This database will be used for both the user's 23 explicit ScopedTestNSSChromeOSUser(const std::string& username_hash); 26 std::string username_hash() const { return username_hash_; } function in class:crypto::ScopedTestNSSChromeOSUser
|