Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: chrome/browser/chromeos/login/test_login_utils.h

Issue 148183013: Use per-user nssdb in onc certificate importer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/test_login_utils.h
diff --git a/chrome/browser/chromeos/login/test_login_utils.h b/chrome/browser/chromeos/login/test_login_utils.h
index 84b49ea57f2e0f94f45911914ff2b572c38d83d2..94692a710b965590a33f877af8bf4106b969fa60 100644
--- a/chrome/browser/chromeos/login/test_login_utils.h
+++ b/chrome/browser/chromeos/login/test_login_utils.h
@@ -46,7 +46,7 @@ class TestLoginUtils : public LoginUtils {
virtual void InitRlzDelayed(Profile* user_profile) OVERRIDE;
- virtual void StartCertLoader(Profile* user_profile) OVERRIDE;
+ virtual void InitNSSCertDatabaseUsers(Profile* user_profile) OVERRIDE;
private:
std::string expected_username_;

Powered by Google App Engine
This is Rietveld 408576698