| Index: chrome/test/data/extensions/api_test/keybinding/global/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/keybinding/global/background.js b/chrome/test/data/extensions/api_test/keybinding/global/background.js
|
| index bfefe228bce859c68f217d3d4ef9d54cff0c7fc7..90b7770e8cb33af4ed3463ecd69aa2e2ac1fd4de 100644
|
| --- a/chrome/test/data/extensions/api_test/keybinding/global/background.js
|
| +++ b/chrome/test/data/extensions/api_test/keybinding/global/background.js
|
| @@ -4,7 +4,7 @@
|
|
|
| // Called when the user activates the command.
|
| chrome.commands.onCommand.addListener(function(command) {
|
| - if (command == "Ctrl-Shift-9-Valid-Global-Shortcut") {
|
| + if (command == "Ctrl-Shift-8-Valid-Global-Shortcut") {
|
| chrome.test.notifyPass();
|
| return;
|
| }
|
|
|