diff options
Diffstat (limited to 'chrome/browser/command_updater.h')
-rw-r--r-- | chrome/browser/command_updater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/command_updater.h b/chrome/browser/command_updater.h index cbc14fe..f0303fc 100644 --- a/chrome/browser/command_updater.h +++ b/chrome/browser/command_updater.h @@ -61,7 +61,7 @@ class CommandUpdater { // Removes an observer to the state of a particular command. void RemoveCommandObserver(int id, CommandObserver* observer); - + // Removes |observer| for all commands on which it's registered. void RemoveCommandObserver(CommandObserver* observer); |