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

Unified Diff: chrome/browser/password_manager/password_store.cc

Issue 3859003: FBTF: Even more ctor/virtual deinlining. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Created 10 years, 2 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/password_manager/password_store.cc
diff --git a/chrome/browser/password_manager/password_store.cc b/chrome/browser/password_manager/password_store.cc
index 4ae9ee0a40bf0e02bc89c220bac9afbf8d4c3c68..4035de358a5d60dc2b885d002ebc5fe4a4951ac0 100644
--- a/chrome/browser/password_manager/password_store.cc
+++ b/chrome/browser/password_manager/password_store.cc
@@ -28,6 +28,8 @@ void PasswordStore::ReportMetrics() {
ScheduleTask(NewRunnableMethod(this, &PasswordStore::ReportMetricsImpl));
}
+PasswordStore::~PasswordStore() {}
+
void PasswordStore::AddLogin(const PasswordForm& form) {
ScheduleTask(NewRunnableMethod(this, &PasswordStore::AddLoginImpl, form));
}

Powered by Google App Engine
This is Rietveld 408576698