diff options
author | dominich@chromium.org <dominich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 17:50:57 +0000 |
---|---|---|
committer | dominich@chromium.org <dominich@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-17 17:50:57 +0000 |
commit | ae1eb29a94ccf421ead9977d4e922bf33610a12c (patch) | |
tree | 081c17b411904b514456e032d4f8df5e97db3dc7 /chrome/tools/chromeactions.txt | |
parent | 2520f9f7c2b6b0fb54b13d55608ca5bbe75bb69e (diff) | |
download | chromium_src-ae1eb29a94ccf421ead9977d4e922bf33610a12c.zip chromium_src-ae1eb29a94ccf421ead9977d4e922bf33610a12c.tar.gz chromium_src-ae1eb29a94ccf421ead9977d4e922bf33610a12c.tar.bz2 |
Enable predicted action based on AutocompleteMatch confidence (behind flag).
This change enables predicted actions based on the AutocompleteMatch confidence score. It's behind a flag which can be removed once each provider is calculating a range of confidence values that we're comfortable with.
BUG=92896
TEST=
Review URL: http://codereview.chromium.org/7658016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools/chromeactions.txt')
-rw-r--r-- | chrome/tools/chromeactions.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/tools/chromeactions.txt b/chrome/tools/chromeactions.txt index d3f54ef..b40880b 100644 --- a/chrome/tools/chromeactions.txt +++ b/chrome/tools/chromeactions.txt @@ -22,6 +22,7 @@ 0x681dbf08b11af420 AboutFlags_match-preview 0x0156f26c1be32122 AboutFlags_my-special-feature 0xb41d9c886871e31a AboutFlags_page-prerender +0x735ca25b198de8ab AboutFlags_prerender-from-omnibox 0xb33861525ba727a4 AboutFlags_print-preview 0x75b933619fb87fec AboutFlags_remoting 0xb9396e0515186060 AboutFlags_snap-start |