Read menu item's properties in menu's delegate.

This commit is contained in:
Cheng Zhao 2013-05-16 20:06:25 +08:00
parent 84e721188b
commit 4984f30e48
3 changed files with 16 additions and 10 deletions

View file

@ -126,11 +126,7 @@ string16 Menu::GetSublabelForCommandId(int command_id) const {
void Menu::ExecuteCommand(int command_id, int event_flags) {
v8::HandleScope scope;
v8::Handle<v8::Value> args[] = {
v8::String::New("execute"),
v8::Integer::New(command_id)
};
node::MakeCallback(handle(), "emit", 2, args);
CallDelegate(v8::False(), handle(), "executeCommand", command_id);
}
// static