Chromium Code Reviews| Index: mandoline/ui/desktop_ui/browser_commands.h |
| diff --git a/mandoline/ui/desktop_ui/browser_commands.h b/mandoline/ui/desktop_ui/browser_commands.h |
| index ab3586e2b1ca819d9f4b5e5ef7d47c33f1e05c74..3ae2ae56ad2c802032eafa8d9b7cbbc8115c124a 100644 |
| --- a/mandoline/ui/desktop_ui/browser_commands.h |
| +++ b/mandoline/ui/desktop_ui/browser_commands.h |
| @@ -11,6 +11,8 @@ enum class BrowserCommand : uint32_t { |
| CLOSE, |
| FOCUS_OMNIBOX, |
| NEW_WINDOW, |
| + GO_BACK, |
| + GO_FORWARD, |
| }; |
| } // namespace mandoline |