| Index: chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc b/chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc
|
| index a27fb3fba9cbbe54b60d9a77d2c2495195946c61..132779ff37190c57eb501a640c1cb416f3461cf0 100644
|
| --- a/chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/constrained_html_delegate_gtk.cc
|
| @@ -108,7 +108,8 @@ ConstrainedHtmlDelegateGtk::ConstrainedHtmlDelegateGtk(
|
| ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
|
| tab_contents->property_bag(), this);
|
|
|
| - tab_contents->controller().LoadURL(delegate->GetDialogContentURL(), GURL(),
|
| + tab_contents->controller().LoadURL(delegate->GetDialogContentURL(),
|
| + content::Referrer(),
|
| content::PAGE_TRANSITION_START_PAGE,
|
| std::string());
|
| tab_contents_container_.SetTab(tab_.get());
|
|
|