fix bustage

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20157 0039d316-1c4b-4281-b951-d872f2087c98
parent 5b7d7c17
...@@ -51,6 +51,13 @@ ...@@ -51,6 +51,13 @@
pressure:1.0]; pressure:1.0];
[window postEvent:up atStart:YES]; [window postEvent:up atStart:YES];
} }
- (void)commandDispatch:(TabStripModel::ContextMenuCommand)command
forController:(TabController*)controller {
}
- (BOOL)isCommandEnabled:(TabStripModel::ContextMenuCommand)command
forController:(TabController*)controller {
return NO;
}
@end @end
namespace { namespace {
......
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