Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(219)

Unified Diff: mandoline/ui/desktop_ui/browser_commands.h

Issue 1333173004: mandoline: Add back/forward support and UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mandoline/ui/desktop_ui/BUILD.gn ('k') | mandoline/ui/desktop_ui/browser_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mandoline/ui/desktop_ui/BUILD.gn ('k') | mandoline/ui/desktop_ui/browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698