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

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

Issue 667713006: Implement automatic load of composed/embedded automation trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Get test to pass. 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.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index 2c48253a86f695ee4cf2d8bf473f5cb6924041dc..8a880e7c4c790b7ce99283445ac85e10a8aa07a7 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -313,9 +313,6 @@
//
// Extends $(ref:automation.AutomationNode).
[nocompile, noinline_doc] dictionary AutomationRootNode {
- // TODO(aboxhall/dtseng): implement loading. Kept separate to not include
- // in generated docs.
-
// Whether this AutomationRootNode is loaded or not. If false, call load()
// to get the contents.
boolean loaded;

Powered by Google App Engine
This is Rietveld 408576698