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

Unified Diff: chrome/common/extensions/api/automation_internal.idl

Issue 667713006: Implement automatic load of composed/embedded automation trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 2 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: chrome/common/extensions/api/automation_internal.idl
diff --git a/chrome/common/extensions/api/automation_internal.idl b/chrome/common/extensions/api/automation_internal.idl
index e95701decfb01da1e090c82ec5a5ece54484769d..68e749e38be8a3eda70325a166790ba8a8445477 100644
--- a/chrome/common/extensions/api/automation_internal.idl
+++ b/chrome/common/extensions/api/automation_internal.idl
@@ -98,6 +98,10 @@ namespace automationInternal {
// future updates.
static void enableTab(optional long tabId, EnableTabCallback callback);
+ // Enable automation of the frame with the given process id and routing
+ //id.
+ static void enableFrame(long processID, long routingID);
+
// Enables desktop automation.
static void enableDesktop(EnableDesktopCallback callback);

Powered by Google App Engine
This is Rietveld 408576698