| Index: chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| index 525410cd7ac64bbe61a81541991868d353fb70cb..2ff775c4f6ed8c1f39a462bf0c3a93233f961518 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/macros.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/content_settings/chrome_content_settings_utils.h"
|
| #include "chrome/browser/content_settings/cookie_settings_factory.h"
|
| @@ -985,6 +986,7 @@ void ContentSettingMixedScriptBubbleModel::OnCustomLinkClicked() {
|
| content_settings::RecordMixedScriptAction(
|
| content_settings::MIXED_SCRIPT_ACTION_CLICKED_ALLOW);
|
| content_settings::RecordMixedScriptActionWithRAPPOR(
|
| + g_browser_process->rappor_service(),
|
| content_settings::MIXED_SCRIPT_ACTION_CLICKED_ALLOW,
|
| web_contents()->GetLastCommittedURL());
|
| }
|
|
|