summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 21:00:05 +0000
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-27 21:00:05 +0000
commit9b2c9f6a15521606fac34fe86abe474eb56ce659 (patch)
tree83f139d832949842e4afc9066e69f73ee484524c /chrome/app
parent8c830932589af1141a1d24e6b68de21c21d8c7e4 (diff)
downloadchromium_src-9b2c9f6a15521606fac34fe86abe474eb56ce659.zip
chromium_src-9b2c9f6a15521606fac34fe86abe474eb56ce659.tar.gz
chromium_src-9b2c9f6a15521606fac34fe86abe474eb56ce659.tar.bz2
Make about:flag for HistoryURL aggressiveness a three way choice: auto, on, off.
This will be handy in preperation for a field trial of turning this flag on. (Automatic will be the group that gets put in the field trial.) BUG= TEST= Review URL: http://codereview.chromium.org/9235071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 485f45a..55f2c42 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4936,6 +4936,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_OMNIBOX_AGGRESSIVE_HISTORY_URL_SCORING_DESCRIPTION" desc="Description for the flag for omnibox to be more aggressive with matches from the HistoryURL provider">
In omnibox autocomplete ranking, be more aggressive at ranking matches coming from the HistoryURL provider.
</message>
+ <message name="IDS_FLAGS_OMNIBOX_AGGRESSIVE_HISTORY_URL_SCORING_AUTOMATIC" desc="Option name for automatic selection of the aggressiveness of the omnibox HistoryURL provider.">
+ Automatic
+ </message>
+ <message name="IDS_FLAGS_OMNIBOX_AGGRESSIVE_HISTORY_URL_SCORING_ENABLED" desc="Option name for always enabling aggressive behavior in the omnibox HistoryURL provider.">
+ Enabled
+ </message>
+ <message name="IDS_FLAGS_OMNIBOX_AGGRESSIVE_HISTORY_URL_SCORING_DISABLED" desc="Option name for always disabling aggressive behavior in the omnibox HistoryURL provider.">
+ Disabled
+ </message>
<message name="IDS_FLAGS_ENABLE_ADDITIONAL_AUTOFILL_FEEDBACK_NAME" desc="Title for the flag to enable prompts for Autofill feedback">
Send additional Autofill feedback
</message>