diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 01:47:38 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 01:47:38 +0000 |
commit | 177260cd33898027f6fe0f8d17d63637a0f72ecc (patch) | |
tree | 895e4378d47e10fa5fc3aaff821129771a9a3617 /chrome/app/generated_resources.grd | |
parent | c2b55773d45277f51b2169f264616d83335fff11 (diff) | |
download | chromium_src-177260cd33898027f6fe0f8d17d63637a0f72ecc.zip chromium_src-177260cd33898027f6fe0f8d17d63637a0f72ecc.tar.gz chromium_src-177260cd33898027f6fe0f8d17d63637a0f72ecc.tar.bz2 |
gesture nav: Re-enable gesture navigation.
This is effectively a revert of r192119, with additional changes to
switch to using ENABLE_DISABLE_VALUE_TYPE to make it easier to toggle
the feature.
BUG=none
Review URL: https://codereview.chromium.org/13892011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195980 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 4e2e8bc..e86ae00 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6547,11 +6547,11 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_ENABLE_WALLET_PRODUCTION_SERVICE_DESCRIPTION" desc="Description of the flag to enable using production Online Wallet."> Use the production service for any Online Wallet API calls. This flag is only meaningful if a feature that uses Online Wallet is enabled. Production Online Wallet is also not yet enabled for all users. </message> - <message name="IDS_FLAGS_DISABLE_OVERSCROLL_HISTORY_NAVIGATION_NAME" desc="Title for the flag to disable history navigation from horizontal overscroll."> - Disable overscroll history navigation + <message name="IDS_FLAGS_OVERSCROLL_HISTORY_NAVIGATION_NAME" desc="Title for the flag for history navigation from horizontal overscroll."> + Overscroll history navigation </message> - <message name="IDS_FLAGS_DISABLE_OVERSCROLL_HISTORY_NAVIGATION_DESCRIPTION" desc="Description for the flag to disable history navigation from horizontal overscroll."> - Disables experimental history navigation in response to horizontal overscroll. + <message name="IDS_FLAGS_OVERSCROLL_HISTORY_NAVIGATION_DESCRIPTION" desc="Description for the flag to disable history navigation from horizontal overscroll."> + Experimental history navigation in response to horizontal overscroll. </message> <message name="IDS_FLAGS_ENABLE_SYNC_FAVICONS_NAME" desc="Title for the flag to enable the favicon sync datatype"> Enable favicon sync. |