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

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

Issue 308833002: [Mac] Password generation: Make "saved passwords" a hyperlink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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.cc
diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
index d946711d78758bd168cc69f858252c4d2900a8f5..2f75c629f9f450bcb8b43d43a7195ed44d3ead1f 100644
--- a/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
+++ b/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc
@@ -100,7 +100,7 @@ PasswordGenerationPopupControllerImpl::PasswordGenerationPopupControllerImpl(
}
PasswordGenerationPopupControllerImpl::~PasswordGenerationPopupControllerImpl()
- {}
+{}
Ilya Sherman 2014/05/30 19:44:22 This change doesn't seem relevant to the thrust of
Evan Stade 2014/05/30 22:50:59 FWIW clang format gives: PasswordGenerationPopupC
Ilya Sherman 2014/05/30 22:58:33 (As long as we're bikeshedding, the clang format f
Patrick Dubroy 2014/06/02 07:46:52 Done.
base::WeakPtr<PasswordGenerationPopupControllerImpl>
PasswordGenerationPopupControllerImpl::GetWeakPtr() {

Powered by Google App Engine
This is Rietveld 408576698