| Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/location_bar_view_gtk.cc (revision 82762)
|
| +++ chrome/browser/ui/gtk/location_bar_view_gtk.cc (working copy)
|
| @@ -1367,13 +1367,6 @@
|
| content_setting_image_model_->get_content_settings_type();
|
| if (content_settings_type == CONTENT_SETTINGS_TYPE_PRERENDER)
|
| return TRUE;
|
| - GURL url = tab_contents->tab_contents()->GetURL();
|
| - std::wstring display_host;
|
| - net::AppendFormattedHost(url,
|
| - UTF8ToWide(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)),
|
| - &display_host,
|
| - NULL, NULL);
|
| -
|
| content_setting_bubble_ = new ContentSettingBubbleGtk(
|
| sender, this,
|
| ContentSettingBubbleModel::CreateContentSettingBubbleModel(
|
|
|