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

Unified Diff: chrome/browser/ui/gtk/password_generation_bubble_gtk.h

Issue 10458018: This CL does the following: (1) Pass the max_length attribute to the password generator; (2) Update… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a bug in Windows UI. Created 8 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/gtk/password_generation_bubble_gtk.h
diff --git a/chrome/browser/ui/gtk/password_generation_bubble_gtk.h b/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
index 1de4e2d205b844b7e4f161eff703ac4a8be5b3da..27bdb396dfde4f7430b9387529c7f66a57419e43 100644
--- a/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
+++ b/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
@@ -26,6 +26,7 @@ class Profile;
class PasswordGenerationBubbleGtk {
public:
PasswordGenerationBubbleGtk(const gfx::Rect& anchor_rect,
+ int max_length,
GtkWidget* anchor_widget,
Profile* profile,
content::RenderViewHost* render_view_host);

Powered by Google App Engine
This is Rietveld 408576698