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

Unified Diff: chrome/browser/resources/history/history.html

Issue 1143183002: Proof of concept implementation of context based history filtering. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: chrome/browser/resources/history/history.html
diff --git a/chrome/browser/resources/history/history.html b/chrome/browser/resources/history/history.html
index f8ea179f815ed7b73c2b6a04cbc9a96d8b171b1e..3bfa582af28d2cc4773f545bce825320612f10ec 100644
--- a/chrome/browser/resources/history/history.html
+++ b/chrome/browser/resources/history/history.html
@@ -80,6 +80,13 @@
<div id="search-form" class="search-field-container">
<input type="search" id="search-field"
i18n-values="aria-label:searchButton">
+ <select id="context-chooser">
+ <option value="0">None</option>
+ <option value="1">Copy</option>
+ <option value="2">Save Image</option>
+ <option value="3">Print</option>
+ <option value="4">Media Play</option>
+ </select>
<input type="submit" id="search-button"
i18n-values="value:searchButton" aria-controls="results-header">
</div>
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | chrome/browser/resources/history/history.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698