| Index: chrome/browser/ui/gtk/html_dialog_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/html_dialog_gtk.cc b/chrome/browser/ui/gtk/html_dialog_gtk.cc
|
| index cf1e74f8dd229933b8a2350db46b2d788779836e..b7d9a68dace4760ab94d55f9dcc0995feef43cde 100644
|
| --- a/chrome/browser/ui/gtk/html_dialog_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/html_dialog_gtk.cc
|
| @@ -174,7 +174,8 @@ gfx::NativeWindow HtmlDialogGtk::InitDialog() {
|
| tab_->tab_contents()->property_bag(), this);
|
|
|
| tab_->controller().LoadURL(GetDialogContentURL(),
|
| - GURL(), content::PAGE_TRANSITION_START_PAGE,
|
| + content::Referrer(),
|
| + content::PAGE_TRANSITION_START_PAGE,
|
| std::string());
|
| GtkDialogFlags flags = GTK_DIALOG_NO_SEPARATOR;
|
| if (delegate_->IsDialogModal())
|
|
|