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

Unified Diff: chrome/browser/ui/autofill/password_generation_popup_controller_impl.h

Issue 2937033002: [Password Generation] Send a boolean flag of whether user changed generated password (Closed)
Patch Set: UMA fix Created 3 years, 6 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/autofill/password_generation_popup_controller_impl.h
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
index 168a6d900bbc8cb6e45648c304a59b60f939837e..c789dd123e282904b68c661a5aaf311532a177cf 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.h
@@ -76,7 +76,6 @@ class PasswordGenerationPopupControllerImpl
const gfx::RectF& bounds,
const PasswordForm& form,
int max_length,
- password_manager::PasswordManager* password_manager,
password_manager::PasswordManagerDriver* driver,
PasswordGenerationPopupObserver* observer,
content::WebContents* web_contents,
@@ -127,7 +126,6 @@ class PasswordGenerationPopupControllerImpl
void CalculateBounds();
PasswordForm form_;
- password_manager::PasswordManager* password_manager_;
vabr (Chromium) 2017/06/16 12:32:29 While I applaud to removing dead code, perhaps thi
kolos1 2017/06/21 13:46:12 This code became dead because of removing the call
vabr (Chromium) 2017/06/21 14:18:33 You are right, sorry that I missed that.
password_manager::PasswordManagerDriver* driver_;
// May be NULL.

Powered by Google App Engine
This is Rietveld 408576698