Index: chrome/test/data/extensions/api_test/keybinding/conflicting/background.js |
=================================================================== |
--- chrome/test/data/extensions/api_test/keybinding/conflicting/background.js (revision 148953) |
+++ chrome/test/data/extensions/api_test/keybinding/conflicting/background.js (working copy) |
@@ -8,7 +8,7 @@ |
}); |
// Called when the user activates the command. |
-chrome.experimental.keybinding.onCommand.addListener(function(command) { |
+chrome.experimental.commands.onCommand.addListener(function(command) { |
chrome.tabs.executeScript(null, { code: "document.body.bgColor='yellow'" }); |
}); |