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

Unified Diff: chrome/browser/ui/passwords/passwords_model_delegate.h

Issue 2262843002: Make PasswordFormManager::best_matches_ const (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@621355_pass_creds_to_update_by_value
Patch Set: Just rebased Created 4 years, 4 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/ui/passwords/passwords_model_delegate.h
diff --git a/chrome/browser/ui/passwords/passwords_model_delegate.h b/chrome/browser/ui/passwords/passwords_model_delegate.h
index 2c560d465f214a4bc3493a1e87e2ac60ddb25783..ef131bf3cf05e6d6ce735c70a4ad99cd8ce9c5b9 100644
--- a/chrome/browser/ui/passwords/passwords_model_delegate.h
+++ b/chrome/browser/ui/passwords/passwords_model_delegate.h
@@ -55,8 +55,8 @@ class PasswordsModelDelegate {
// For PENDING_PASSWORD_STATE state returns the current statistics for
// the pending username.
- virtual password_manager::InteractionsStats* GetCurrentInteractionStats()
- const = 0;
+ virtual const password_manager::InteractionsStats*
+ GetCurrentInteractionStats() const = 0;
// Called from the model when the bubble is displayed.
virtual void OnBubbleShown() = 0;

Powered by Google App Engine
This is Rietveld 408576698