Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: content/renderer/dom_automation_controller.h

Issue 2478803003: Remove DOMAutomationController::automation_id_ (Closed)
Patch Set: Rebasing... Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/renderer/dom_automation_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/renderer/dom_automation_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698