| Index: chrome/browser/gtk/options/content_page_gtk.h
|
| diff --git a/chrome/browser/gtk/options/content_page_gtk.h b/chrome/browser/gtk/options/content_page_gtk.h
|
| index f41cf991bdca7053d47bcb5e7e4f03034b1d0f8c..6c505b726c20687bb0e5d91af3a39fd04c09139b 100644
|
| --- a/chrome/browser/gtk/options/content_page_gtk.h
|
| +++ b/chrome/browser/gtk/options/content_page_gtk.h
|
| @@ -69,6 +69,9 @@ class ContentPageGtk : public OptionsPageBase,
|
| GtkWidget* passwords_asktosave_radio_;
|
| GtkWidget* passwords_neversave_radio_;
|
|
|
| + // Widgets for the AutoFill group.
|
| + GtkWidget* autofill_button_;
|
| +
|
| // Widgets for the Appearance group.
|
| GtkWidget* system_title_bar_show_radio_;
|
| GtkWidget* system_title_bar_hide_radio_;
|
| @@ -91,6 +94,7 @@ class ContentPageGtk : public OptionsPageBase,
|
|
|
| // Pref members.
|
| BooleanPrefMember ask_to_save_passwords_;
|
| + BooleanPrefMember form_autofill_enabled_;
|
| BooleanPrefMember use_custom_chrome_frame_;
|
|
|
| // Flag to ignore gtk callbacks while we are loading prefs, to avoid
|
|
|