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

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

Issue 9289028: Make chrome://omnibox/ be able to report per-provider matches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/omnibox/omnibox.html
diff --git a/chrome/browser/resources/omnibox/omnibox.html b/chrome/browser/resources/omnibox/omnibox.html
index e59366b43eb57e9dc81c7f126eb839fd324ad4f2..59c4343464335b12606babf9f341771d56f74966 100644
--- a/chrome/browser/resources/omnibox/omnibox.html
+++ b/chrome/browser/resources/omnibox/omnibox.html
@@ -27,6 +27,12 @@
Show all details
</label>
</p>
+ <p>
+ <label>
+ <input id="show-all-providers" type="checkbox">
+ Show results per provider, not just merged results
+ </label>
+ </p>
</form>
</div>
<div id="omnibox-debug-text"></div>

Powered by Google App Engine
This is Rietveld 408576698