Index: components/password_manager/core/browser/password_manager_client.h |
diff --git a/components/password_manager/core/browser/password_manager_client.h b/components/password_manager/core/browser/password_manager_client.h |
index c265419edb6a0da61a6f3972e79aefe388c26b46..4bef91fb3fd4e2911b55e53ad4cb70f30e2b86b5 100644 |
--- a/components/password_manager/core/browser/password_manager_client.h |
+++ b/components/password_manager/core/browser/password_manager_client.h |
@@ -108,7 +108,7 @@ class PasswordManagerClient { |
virtual void OnLogRouterAvailabilityChanged(bool router_can_be_used); |
// Forward |text| for display to the LogRouter (if registered with one). |
- virtual void LogSavePasswordProgress(const std::string& text); |
+ virtual void LogSavePasswordProgress(const std::string& text) const; |
// Returns true if logs recorded via LogSavePasswordProgress will be |
// displayed, and false otherwise. |