| Index: chrome/browser/gtk/options/content_settings_window_gtk.cc
|
| diff --git a/chrome/browser/gtk/options/content_settings_window_gtk.cc b/chrome/browser/gtk/options/content_settings_window_gtk.cc
|
| index 3b5bc2deb98c14c1e70eb322ceed5bda17df59bd..20b4befa6d6652e14536f614e143350dace86de6 100644
|
| --- a/chrome/browser/gtk/options/content_settings_window_gtk.cc
|
| +++ b/chrome/browser/gtk/options/content_settings_window_gtk.cc
|
| @@ -114,7 +114,8 @@ ContentSettingsWindowGtk::ContentSettingsWindowGtk(GtkWindow* parent,
|
|
|
| gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog_)->vbox), notebook_);
|
|
|
| - DCHECK_EQ(gtk_notebook_get_n_pages(GTK_NOTEBOOK(notebook_)),
|
| + // TODO(thakis): Get rid of |+ 1| once the notifcations pane is done.
|
| + DCHECK_EQ(gtk_notebook_get_n_pages(GTK_NOTEBOOK(notebook_)) + 1,
|
| CONTENT_SETTINGS_NUM_TYPES);
|
|
|
| // Need to show the notebook before connecting switch-page signal, otherwise
|
|
|