| 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 1870fb1628541086df8197446b37bfe1c2472714..cc74f672fb2ebc44f14906fe8d392a45268bb825 100644
|
| --- a/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc
|
| +++ b/chrome/browser/ui/browser_content_setting_bubble_model_delegate.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/ui/browser_content_setting_bubble_model_delegate.h"
|
|
|
| +#include "chrome/browser/content_settings/tab_specific_content_settings.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/browser_tabstrip.h"
|
| @@ -35,6 +36,8 @@ void BrowserContentSettingBubbleModelDelegate::ShowContentSettingsPage(
|
| case CONTENT_SETTINGS_TYPE_MIXEDSCRIPT:
|
| // We don't (yet?) implement user-settable exceptions for mixed script
|
| // blocking, so bounce to an explanatory page for now.
|
| + TabSpecificContentSettings::RecordMixedScriptAction(
|
| + TabSpecificContentSettings::MIXED_SCRIPT_ACTION_CLICKED_LEARN_MORE);
|
| chrome::AddSelectedTabWithURL(browser_,
|
| GURL(kInsecureScriptHelpUrl),
|
| ui::PAGE_TRANSITION_LINK);
|
|
|