Chromium Code Reviews| Index: chrome/browser/resources/menu.js |
| =================================================================== |
| --- chrome/browser/resources/menu.js (revision 62848) |
| +++ chrome/browser/resources/menu.js (working copy) |
| @@ -13,6 +13,8 @@ |
| // Regular expression to match/find mnemonic key. |
| var MNEMONIC_REGEXP = /([^&]*)&(.)(.*)/; |
| +var localStrings = new LocalStrings(); |
| + |
| /** |
| * Sends 'activate' DOMUI message. |
| * @param {number} index The index of menu item to activate in menu model. |