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

Unified Diff: components/password_manager/core/browser/password_store_consumer.h

Issue 2714543006: Clean Obsolete HTTP Data from the Password Store (Closed)
Patch Set: Raw Cleaner Created 3 years, 9 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: components/password_manager/core/browser/password_store_consumer.h
diff --git a/components/password_manager/core/browser/password_store_consumer.h b/components/password_manager/core/browser/password_store_consumer.h
index 89d7975d0ee3d64cf43797d615f3b62a46beced3..6800919b5165973ad1c769bc8b5cea6969f7f1a5 100644
--- a/components/password_manager/core/browser/password_store_consumer.h
+++ b/components/password_manager/core/browser/password_store_consumer.h
@@ -46,6 +46,8 @@ class PasswordStoreConsumer {
return weak_ptr_factory_.GetWeakPtr();
}
+ bool HasWeakPtrs() const { return weak_ptr_factory_.HasWeakPtrs(); }
+
protected:
virtual ~PasswordStoreConsumer();

Powered by Google App Engine
This is Rietveld 408576698