| Index: chrome/browser/extensions/active_script_controller.h
|
| diff --git a/chrome/browser/extensions/active_script_controller.h b/chrome/browser/extensions/active_script_controller.h
|
| index 169ac119898efd1e61644c6845949695dca5d406..954bb2f78935ab3daf04b09685cb1dda39b11c51 100644
|
| --- a/chrome/browser/extensions/active_script_controller.h
|
| +++ b/chrome/browser/extensions/active_script_controller.h
|
| @@ -130,11 +130,6 @@ class ActiveScriptController : public content::WebContentsObserver,
|
| // The associated browser context.
|
| content::BrowserContext* browser_context_;
|
|
|
| - // Whether or not the ActiveScriptController is enabled (corresponding to the
|
| - // kActiveScriptEnforcement switch). If it is not, it acts as an empty shell,
|
| - // always allowing scripts to run and never displaying actions.
|
| - bool enabled_;
|
| -
|
| // The map of extension_id:pending_request of all pending requests.
|
| PendingRequestMap pending_requests_;
|
|
|
|
|