| Index: content/renderer/dom_automation_controller.h
|
| diff --git a/content/renderer/dom_automation_controller.h b/content/renderer/dom_automation_controller.h
|
| index 8742ec40c3598c48d45e1e30f2afc2c23e3bdd68..0db719f51146250bd358ade4ee42a912d62b9c12 100644
|
| --- a/content/renderer/dom_automation_controller.h
|
| +++ b/content/renderer/dom_automation_controller.h
|
| @@ -120,8 +120,6 @@ class DomAutomationController : public gin::Wrappable<DomAutomationController>,
|
| void DidCreateScriptContext(v8::Local<v8::Context> context,
|
| int world_id) override;
|
|
|
| - int automation_id_; // routing id to be used by the next channel.
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(DomAutomationController);
|
| };
|
|
|
|
|