diff options
Diffstat (limited to 'chrome/browser/gtk/options/passwords_page_gtk.h')
-rw-r--r-- | chrome/browser/gtk/options/passwords_page_gtk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/gtk/options/passwords_page_gtk.h b/chrome/browser/gtk/options/passwords_page_gtk.h index 06a0dcb..891f36b 100644 --- a/chrome/browser/gtk/options/passwords_page_gtk.h +++ b/chrome/browser/gtk/options/passwords_page_gtk.h @@ -61,7 +61,9 @@ class PasswordsPageGtk { // A short class to mediate requests to the password store. class PasswordListPopulater : public PasswordStoreConsumer { public: - explicit PasswordListPopulater(PasswordsPageGtk* page) : page_(page) { + explicit PasswordListPopulater(PasswordsPageGtk* page) + : page_(page), + pending_login_query_(0) { } // Send a query to the password store to populate a PasswordsPageGtk. |