| Index: chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm (revision 82762)
|
| +++ chrome/browser/ui/cocoa/location_bar/content_setting_decoration.mm (working copy)
|
| @@ -260,13 +260,6 @@
|
| if (content_settings_type == CONTENT_SETTINGS_TYPE_PRERENDER)
|
| return true;
|
|
|
| - GURL url = tabContents->tab_contents()->GetURL();
|
| - std::wstring displayHost;
|
| - net::AppendFormattedHost(
|
| - url,
|
| - UTF8ToWide(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)),
|
| - &displayHost, NULL, NULL);
|
| -
|
| // Find point for bubble's arrow in screen coordinates.
|
| // TODO(shess): |owner_| is only being used to fetch |field|.
|
| // Consider passing in |control_view|. Or refactoring to be
|
|
|