| Index: chrome/browser/extensions/tab_helper.cc
|
| diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc
|
| index e20862ab1ad19de9abd2c630eb3a079601cbb3dd..42d4144d899730fb2eb28a1faf5483f4556a37c6 100644
|
| --- a/chrome/browser/extensions/tab_helper.cc
|
| +++ b/chrome/browser/extensions/tab_helper.cc
|
| @@ -88,6 +88,7 @@ TabHelper::TabHelper(content::WebContents* web_contents)
|
| script_executor_(
|
| new ScriptExecutor(web_contents, &script_execution_observers_)),
|
| location_bar_controller_(new LocationBarController(web_contents)),
|
| + active_script_controller_(new ActiveScriptController(web_contents)),
|
| image_loader_ptr_factory_(this),
|
| webstore_inline_installer_factory_(new WebstoreInlineInstallerFactory()) {
|
| // The ActiveTabPermissionManager requires a session ID; ensure this
|
|
|