diff options
author | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 19:51:34 +0000 |
---|---|---|
committer | scheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-23 19:51:34 +0000 |
commit | f4b67d7f795db27a8e0835c5f254be1be6ce7c20 (patch) | |
tree | 709714ba370a6d479d03ea887ca41f5dacc4ab2d /chrome/app | |
parent | 7559e78b9d44b50a1146549b4eb5139746ca8b9b (diff) | |
download | chromium_src-f4b67d7f795db27a8e0835c5f254be1be6ce7c20.zip chromium_src-f4b67d7f795db27a8e0835c5f254be1be6ce7c20.tar.gz chromium_src-f4b67d7f795db27a8e0835c5f254be1be6ce7c20.tar.bz2 |
Content settings UI for mouse lock
BUG=97768
TEST=Preferences / Under the hood / Content Settings / Mouse Lock should exist and function similar to Location
Review URL: http://codereview.chromium.org/8549011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 5cfe9421..f02eb50 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6142,6 +6142,21 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_EXCEPTIONS_GEOLOCATION_EMBEDDED_ANY_OTHER" desc="A child row in the Geolocation Exceptions page view. Sets the default permission for the parent page when embedded on any other site."> embedded on any other site </message> + <message name="IDS_MOUSE_LOCK_TAB_LABEL" desc="Label for Mouse Lock tab on Content Settings dialog"> + Mouse Cursor + </message> + <message name="IDS_MOUSE_LOCK_HEADER" desc="Label for Mouse Lock exception management page on Content Settings dialog"> + Mouse Cursor Exceptions + </message> + <message name="IDS_MOUSE_LOCK_ALLOW_RADIO" desc="A radio button in the Content Settings dialog for allowing all sites ability to hide the mouse cursor."> + Allow all sites to hide the mouse cursor + </message> + <message name="IDS_MOUSE_LOCK_ASK_RADIO" desc="A radio button in the Content Settings dialog for asking before allowing sites to hide the mouse cursor."> + Ask me when a site tries to hide the mouse cursor (recommended) + </message> + <message name="IDS_MOUSE_LOCK_BLOCK_RADIO" desc="A radio button in the Content Settings dialog for blocking all sites ability to hide the mouse cursor."> + Do not allow any site to hide the mouse cursor + </message> <if expr="pp_ifdef('use_titlecase')"> <message name="IDS_EXCEPTIONS_MANAGE" desc="The label on the button that launches the exceptions management page for a given content type"> |