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

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

Issue 1371773003: mandoline: Add find in page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT to fix patch failure. 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 3ae2ae56ad2c802032eafa8d9b7cbbc8115c124a..9d0b0cfee1f341dec6585f232c72b0bb7ea4aeb7 100644
--- a/mandoline/ui/desktop_ui/browser_commands.h
+++ b/mandoline/ui/desktop_ui/browser_commands.h
@@ -11,6 +11,7 @@ enum class BrowserCommand : uint32_t {
CLOSE,
FOCUS_OMNIBOX,
NEW_WINDOW,
+ SHOW_FIND,
GO_BACK,
GO_FORWARD,
};

Powered by Google App Engine
This is Rietveld 408576698