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

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

Issue 149683005: about:omnibox - add current page classification to possible settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 857358d5c6c44635761014a3c6a726bfa204cb44..df2c0acff1f7340e2153887be3ecdb78406ae21e 100644
--- a/chrome/browser/resources/omnibox/omnibox.html
+++ b/chrome/browser/resources/omnibox/omnibox.html
@@ -29,6 +29,20 @@
In keyword mode
</label>
</p>
+ <p>
+ Current page context:
+ <select id="page-classification">
+ <option value="0">Invalid spec</option>
+ <option value="1">(OBSOLETE) new tab page</option>
+ <option value="2">about:blank</option>
+ <option value="3">user's home page</option>
+ <option value="4">arbitrary URL</option>
+ <option value="6">search result page doing search term replacement</option>
+ <option value="9">search result page not doing search term replacement</option>
+ <option value="7" selected>new tab page with focus in omnibox</option>
+ <option value="8">new tab page with focus in fakebox</option>
+ </select>
+ </p>
<p>Display parameters:</p>
<p>
<label>
« no previous file with comments | « no previous file | chrome/browser/resources/omnibox/omnibox.js » ('j') | chrome/common/metrics/proto/omnibox_event.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698