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

Unified Diff: chrome/browser/gtk/options/content_settings_window_gtk.h

Issue 2757005: Gtk: Change content settings window to use a list instead of tabs. (Closed)
Patch Set: comments Created 10 years, 5 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/gtk/options/content_settings_window_gtk.h
diff --git a/chrome/browser/gtk/options/content_settings_window_gtk.h b/chrome/browser/gtk/options/content_settings_window_gtk.h
index 1d7befaac96f3867ff758146e3c0054493d7fb25..900e89becc3e655160f1da163f2216185f44fc27 100644
--- a/chrome/browser/gtk/options/content_settings_window_gtk.h
+++ b/chrome/browser/gtk/options/content_settings_window_gtk.h
@@ -36,12 +36,15 @@ class ContentSettingsWindowGtk {
CHROMEGTK_CALLBACK_2(ContentSettingsWindowGtk, void, OnSwitchPage,
GtkNotebookPage*, guint);
CHROMEGTK_CALLBACK_0(ContentSettingsWindowGtk, void, OnWindowDestroy);
+ CHROMEG_CALLBACK_0(ContentSettingsWindowGtk, void, OnListSelectionChanged,
+ GtkTreeSelection*);
// The options dialog.
GtkWidget* dialog_;
// The container of the option pages.
GtkWidget* notebook_;
+ GtkWidget* list_;
// The Profile associated with these options.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698