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

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

Issue 2522033002: Generalized fix for serialization error/reset issues (Closed)
Patch Set: Created 4 years, 1 month 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 5c93adc5520cc4834c6dde7525ee4336dd46dc37..bc9de018b8ee71a439fd0aee4febfc5b3854d6f7 100644
--- a/chrome/common/extensions/api/automation_internal.idl
+++ b/chrome/common/extensions/api/automation_internal.idl
@@ -114,5 +114,7 @@ namespace automationInternal {
static void onChildTreeID(long treeID, long nodeID);
static void onNodesRemoved(long treeID, long[] nodeIDs);
+
+ static void onAccessibilityTreeSerializationError(long treeID);
};
};

Powered by Google App Engine
This is Rietveld 408576698