diff options
Diffstat (limited to 'chrome/browser/gtk/options/content_page_gtk.h')
-rw-r--r-- | chrome/browser/gtk/options/content_page_gtk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/gtk/options/content_page_gtk.h b/chrome/browser/gtk/options/content_page_gtk.h index 43878c6..286e28c 100644 --- a/chrome/browser/gtk/options/content_page_gtk.h +++ b/chrome/browser/gtk/options/content_page_gtk.h @@ -63,6 +63,7 @@ class ContentPageGtk : public OptionsPageBase, CHROMEGTK_CALLBACK_0(ContentPageGtk, void, OnSyncCustomizeButtonClicked); CHROMEGTK_CALLBACK_0(ContentPageGtk, void, OnSyncActionLinkClicked); CHROMEGTK_CALLBACK_1(ContentPageGtk, void, OnStopSyncDialogResponse, int); + CHROMEGTK_CALLBACK_0(ContentPageGtk, void, OnPrivacyDashboardLinkClicked); // Widgets for the Password saving group. GtkWidget* passwords_asktosave_radio_; @@ -87,6 +88,7 @@ class ContentPageGtk : public OptionsPageBase, GtkWidget* sync_action_link_; GtkWidget* sync_start_stop_button_; GtkWidget* sync_customize_button_; + GtkWidget* privacy_dashboard_link_; // The parent GtkTable widget GtkWidget* page_; |