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

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

Issue 10226009: Add a learn more link to password generation bubble to point to a help page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make some changes according to review comments. Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/password_generation_bubble_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3fb9d4b0bfc255b3ba6532c8fa68f12a1d63a297..1de4e2d205b844b7e4f161eff703ac4a8be5b3da 100644
--- a/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
+++ b/chrome/browser/ui/gtk/password_generation_bubble_gtk.h
@@ -34,9 +34,12 @@ class PasswordGenerationBubbleGtk {
private:
CHROMEGTK_CALLBACK_0(PasswordGenerationBubbleGtk, void, OnDestroy);
CHROMEGTK_CALLBACK_0(PasswordGenerationBubbleGtk, void, OnAcceptClicked);
+ CHROMEG_CALLBACK_0(
+ PasswordGenerationBubbleGtk, void, OnLearnMoreLinkClicked, GtkButton*);
BubbleGtk* bubble_;
GtkWidget* text_field_;
+ Profile* profile_;
// RenderViewHost associated with the button that spawned this bubble.
content::RenderViewHost* render_view_host_;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/password_generation_bubble_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698