diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 00:28:18 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-10 00:28:18 +0000 |
commit | 6ec18e6aaa37da728f98c31721fffa77ccb45407 (patch) | |
tree | e6b498f5d5562b0bc014816c9200b6901988bf06 /chrome/app | |
parent | 058678e381983bd66447ea6204b0028af332ebcb (diff) | |
download | chromium_src-6ec18e6aaa37da728f98c31721fffa77ccb45407.zip chromium_src-6ec18e6aaa37da728f98c31721fffa77ccb45407.tar.gz chromium_src-6ec18e6aaa37da728f98c31721fffa77ccb45407.tar.bz2 |
touchui: Enable 'views-desktop' by default.
Also add a flag in about:flags to turn it off.
BUG=none
TEST=manually
Review URL: http://codereview.chromium.org/7796019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 11f2f98..38fe31d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4350,6 +4350,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_ENABLE_SHORTCUTS_PROVIDER_DESCRIPTION" desc=" Description of the 'Enable better ranking of previously selected shortcuts in omnibox' lab."> Remembers commonly selected autocomplete results based on the omnibox search term and offers those URLs the next time that same search term is typed. </message> + <message name="IDS_FLAGS_DISABLE_VIEWS_DESKTOP_NAME" desc="Name of the 'Disable desktop' lab."> + Disable desktop + </message> + <message name="IDS_FLAGS_DISABLE_VIEWS_DESKTOP_DESCRIPTION" desc="Description of the 'Disable desktop' lab."> + Uses the Views Desktop environment for Chrome. + </message> <message name="IDS_FLAGS_MEMORY_WIDGET_NAME" desc="Name of the 'Show memory status' lab."> Show memory status </message> |