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

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

Issue 1326443006: mandoline: Add back/forward support and UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment 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
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 b211a95b508eb8593119e78545b32efab0790078..349790f70f71b2b5e8d2460715c438d58d2d6eec 100644
--- a/mandoline/ui/desktop_ui/browser_commands.h
+++ b/mandoline/ui/desktop_ui/browser_commands.h
@@ -11,6 +11,8 @@ enum BrowserCommand {
BrowserCommand_Close,
BrowserCommand_FocusOmnibox,
BrowserCommand_NewWindow,
+ BrowserCommand_GoBack,
msw 2015/09/04 22:05:00 nit: Backward to match Forward
+ BrowserCommand_GoForward,
};
} // namespace mandoline

Powered by Google App Engine
This is Rietveld 408576698