diff options
Diffstat (limited to 'chrome/browser/gtk/options/exceptions_page_gtk.h')
-rw-r--r-- | chrome/browser/gtk/options/exceptions_page_gtk.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/gtk/options/exceptions_page_gtk.h b/chrome/browser/gtk/options/exceptions_page_gtk.h index ae3142f..67ae0a7 100644 --- a/chrome/browser/gtk/options/exceptions_page_gtk.h +++ b/chrome/browser/gtk/options/exceptions_page_gtk.h @@ -50,7 +50,9 @@ class ExceptionsPageGtk { // A short class to mediate requests to the password store. class ExceptionListPopulater : public PasswordStoreConsumer { public: - explicit ExceptionListPopulater(ExceptionsPageGtk* page) : page_(page) { + explicit ExceptionListPopulater(ExceptionsPageGtk* page) + : page_(page), + pending_login_query_(0) { } // Send a query to the password store to populate an ExceptionsPageGtk. |