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

Unified Diff: content/renderer/dom_automation_controller.h

Issue 1231083007: Expose distiller functions to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor-content
Patch Set: Address comments Created 5 years, 4 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
Index: content/renderer/dom_automation_controller.h
diff --git a/content/renderer/dom_automation_controller.h b/content/renderer/dom_automation_controller.h
index 29b1db372991778416e662475e6d0b271357a27f..01efefdf08f237a11aac1e317036db05024b749f 100644
--- a/content/renderer/dom_automation_controller.h
+++ b/content/renderer/dom_automation_controller.h
@@ -115,6 +115,9 @@ class DomAutomationController : public gin::Wrappable<DomAutomationController>,
// RenderViewObserver
void OnDestruct() override;
+ void DidCreateScriptContext(v8::Local<v8::Context> context,
+ int extension_group,
+ int world_id) override;
int automation_id_; // routing id to be used by the next channel.

Powered by Google App Engine
This is Rietveld 408576698