Chromium Code Reviews| Index: chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc |
| diff --git a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc |
| index 8a1c02309c9c70dea4010ab6a9be42161b700a10..02c1b284c478377fb043b1bc0f069d5637b87c9d 100644 |
| --- a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc |
| +++ b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc |
| @@ -37,7 +37,7 @@ void BrowserContentSettingBubbleModelDelegate::ShowContentSettingsPage( |
| // blocking, so bounce to an explanatory page for now. |
| chrome::AddSelectedTabWithURL( |
| browser_, |
|
Peter Kasting
2014/06/10 18:58:25
Nit: This can now go on the end of the previous li
blundell
2014/06/11 12:07:19
Done.
|
| - google_util::AppendGoogleLocaleParam(GURL(kInsecureScriptHelpUrl)), |
| + GURL(kInsecureScriptHelpUrl), |
| content::PAGE_TRANSITION_LINK); |
| return; |
| case CONTENT_SETTINGS_TYPE_PROTOCOL_HANDLERS: |