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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/unit/test.js

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/test/data/extensions/api_test/automation/tests/unit/test.js
diff --git a/chrome/test/data/extensions/api_test/automation/tests/unit/test.js b/chrome/test/data/extensions/api_test/automation/tests/unit/test.js
index 20cdeb684a363fda7401a1432c5ce6db247e1279..ccad590dfdf9dbc8db59e334d283845310903cf5 100644
--- a/chrome/test/data/extensions/api_test/automation/tests/unit/test.js
+++ b/chrome/test/data/extensions/api_test/automation/tests/unit/test.js
@@ -6,6 +6,9 @@ chrome.test.runWithModuleSystem(function(moduleSystem) {
window.AutomationRootNode =
moduleSystem.require('automationNode').AutomationRootNode;
window.privates = moduleSystem.privates;
+// Unused.
dmazzoni 2014/10/31 22:20:26 Nit: indentation
David Tseng 2014/11/03 15:45:08 Done.
+ window.automationUtil = function() {};
+ window.automationUtil.storeTreeCallback = function() {};
});
var assertEq = chrome.test.assertEq;

Powered by Google App Engine
This is Rietveld 408576698