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 2ec8c45425172819be0e3d162300b74cc1c537a6..78e513507e2cc73c37dad2e0353612eb0e501dd1 100644 |
--- a/chrome/browser/gtk/options/content_settings_window_gtk.cc |
+++ b/chrome/browser/gtk/options/content_settings_window_gtk.cc |
@@ -75,6 +75,7 @@ ContentSettingsWindowGtk::ContentSettingsWindowGtk(GtkWindow* parent, |
GTK_STOCK_CLOSE, |
GTK_RESPONSE_CLOSE, |
NULL); |
+ gtk_window_set_policy(GTK_WINDOW(dialog_), FALSE, FALSE, TRUE); |
accessible_widget_helper_.reset(new AccessibleWidgetHelper( |
dialog_, profile_)); |