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

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

Issue 1009953002: Integrate ManagePasswordsState into ManagePasswordsUIController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed the comments Created 5 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: chrome/browser/ui/passwords/manage_passwords_state.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_state.h b/chrome/browser/ui/passwords/manage_passwords_state.h
index beeda3c20b1d33238e95bd487884b524779954d1..20edc09dee29608f14b848745fe34833f98e005a 100644
--- a/chrome/browser/ui/passwords/manage_passwords_state.h
+++ b/chrome/browser/ui/passwords/manage_passwords_state.h
@@ -31,7 +31,7 @@ class ManagePasswordsState {
ManagePasswordsState();
~ManagePasswordsState();
- // Set the client for logging.
+ // The embedder if this class has to set the client for logging.
vabr (Chromium) 2015/03/17 11:55:13 typo: if -> of
vasilii 2015/03/17 12:11:33 Done.
void set_client(password_manager::PasswordManagerClient* client) {
client_ = client;
}

Powered by Google App Engine
This is Rietveld 408576698