Chromium Code Reviews| Index: chrome/common/pref_names.cc |
| =================================================================== |
| --- chrome/common/pref_names.cc (revision 148953) |
| +++ chrome/common/pref_names.cc (working copy) |
| @@ -802,9 +802,9 @@ |
| // actions toolbar. |
| const char kExtensionToolbarSize[] = "extensions.toolbarsize"; |
| -// Dictionary pref that tracks which keybinding belongs to which |
| +// Dictionary pref that tracks which commands belongs to which |
|
Yoyo Zhou
2012/07/31 08:02:28
nit: not grammatical.
|
| // extension + named command pair. |
| -const char kExtensionKeybindings[] = "extensions.keybindings"; |
| +const char kExtensionCommands[] = "extensions.commands"; |
| // Pref containing the directory for internal plugins as written to the plugins |
| // list (below). |