Commit 539e3e94 authored by Dan Beam's avatar Dan Beam

Revert "Prevent updateOpenCommand() from receiving e.target of type other than...

Revert "Prevent updateOpenCommand() from receiving e.target of type other than BookmarkList|BookmarkTree"

This reverts commit 0106c710.

BUG=417982
TBR=arv@chromium.org

Review URL: https://codereview.chromium.org/608883002

Cr-Commit-Position: refs/heads/master@{#297010}
parent 56484712
...@@ -459,7 +459,7 @@ function handleCanExecuteForDocument(e) { ...@@ -459,7 +459,7 @@ function handleCanExecuteForDocument(e) {
e.canExecute = e.currentTarget.activeElement !== $('term'); e.canExecute = e.currentTarget.activeElement !== $('term');
break; break;
default: default:
handleCanExecuteForList(e); canExecuteForList(e);
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment