| Index: chrome/browser/ui/gtk/options/content_exception_editor.cc
|
| diff --git a/chrome/browser/ui/gtk/options/content_exception_editor.cc b/chrome/browser/ui/gtk/options/content_exception_editor.cc
|
| index 1b5eadc9ca14942c8c2e1b41f598203f47485527..e31078c5ea1c6bbd03643d223fa9fdf200eb41c5 100644
|
| --- a/chrome/browser/ui/gtk/options/content_exception_editor.cc
|
| +++ b/chrome/browser/ui/gtk/options/content_exception_editor.cc
|
| @@ -116,7 +116,7 @@ void ContentExceptionEditor::OnEntryChanged(GtkWidget* entry) {
|
| UpdateImage(pattern_image_, is_valid);
|
| }
|
|
|
| -void ContentExceptionEditor::OnResponse(GtkWidget* sender, int response_id) {
|
| +void ContentExceptionEditor::OnResponse(GtkWidget* dialog, int response_id) {
|
| if (response_id == GTK_RESPONSE_OK) {
|
| // Notify our delegate to update everything.
|
| ContentSettingsPattern new_pattern(gtk_entry_get_text(GTK_ENTRY(entry_)));
|
|
|