Chromium Code Reviews| Index: chrome/browser/ui/browser_commands.h |
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
| index b677e7d54608e43bfe3200a2ccd459548e80644f..497935af5d1abc3e19b6a3fd0c6976b46f23ac9c 100644 |
| --- a/chrome/browser/ui/browser_commands.h |
| +++ b/chrome/browser/ui/browser_commands.h |
| @@ -27,7 +27,7 @@ struct SSLStatus; |
| namespace chrome { |
| // For all commands, where a tab is not specified, the active tab is assumed. |
| - |
| +void BookmarkCurrentPageInternal(Browser* browser); |
|
Peter Kasting
2014/12/12 01:20:56
Nit: List this just below the other bookmarking-re
Deepak
2014/12/12 06:49:46
Done.
|
| bool IsCommandEnabled(Browser* browser, int command); |
| bool SupportsCommand(Browser* browser, int command); |
| bool ExecuteCommand(Browser* browser, int command); |