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

Unified Diff: chrome/browser/password_manager/chrome_password_manager_client.cc

Issue 735733002: PasswordManagerClient::LogSavePasswordProgress should be const (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests Created 6 years, 1 month 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/password_manager/chrome_password_manager_client.cc
diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc
index ab2f0d809b36cca89f7ca3ab0c5df4836e784696..b7be0f4b10f006fb92e9525e810fc4ca9c385cc9 100644
--- a/chrome/browser/password_manager/chrome_password_manager_client.cc
+++ b/chrome/browser/password_manager/chrome_password_manager_client.cc
@@ -275,7 +275,7 @@ void ChromePasswordManagerClient::OnLogRouterAvailabilityChanged(
}
void ChromePasswordManagerClient::LogSavePasswordProgress(
- const std::string& text) {
+ const std::string& text) const {
if (!IsLoggingActive())
return;
PasswordManagerInternalsService* service =

Powered by Google App Engine
This is Rietveld 408576698