summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
diff options
context:
space:
mode:
authoraboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 18:37:14 +0000
committeraboxhall@chromium.org <aboxhall@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-10 18:37:14 +0000
commited51006db1465dc8542bb6508514fd89414f3f3b (patch)
tree6972994063c5793502e7a96882360d4dda516c87 /chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
parent09f60dd57009ea1ac711bf6592e9d90fe66a9e78 (diff)
downloadchromium_src-ed51006db1465dc8542bb6508514fd89414f3f3b.zip
chromium_src-ed51006db1465dc8542bb6508514fd89414f3f3b.tar.gz
chromium_src-ed51006db1465dc8542bb6508514fd89414f3f3b.tar.bz2
This replaces AutomationTree with AutomationRootNode, which is a regular node which happens to be the root of the tree as well, and contains the lookup table for all other nodes etc.
BUG=309681 TBR=jam@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/311913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc')
-rw-r--r--chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc b/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
index c8e411e..04db8f1 100644
--- a/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
+++ b/chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc
@@ -160,7 +160,6 @@ void ChromeExtensionsDispatcherDelegate::PopulateSourceMap(
source_map->RegisterSource("automation", IDR_AUTOMATION_CUSTOM_BINDINGS_JS);
source_map->RegisterSource("automationEvent", IDR_AUTOMATION_EVENT_JS);
source_map->RegisterSource("automationNode", IDR_AUTOMATION_NODE_JS);
- source_map->RegisterSource("automationTree", IDR_AUTOMATION_TREE_JS);
source_map->RegisterSource("browserAction",
IDR_BROWSER_ACTION_CUSTOM_BINDINGS_JS);
source_map->RegisterSource("declarativeContent",