diff options
author | peter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 15:55:49 +0000 |
---|---|---|
committer | peter@chromium.org <peter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-02 15:55:49 +0000 |
commit | ca7a3d79d4c097a0995f8ccbb39947875cf3d913 (patch) | |
tree | 402730df6393a365f1ce639b8cb935664d66a030 /chrome/app | |
parent | eed164bbe21d93ff54a1ba8e8ac561f473ed29af (diff) | |
download | chromium_src-ca7a3d79d4c097a0995f8ccbb39947875cf3d913.zip chromium_src-ca7a3d79d4c097a0995f8ccbb39947875cf3d913.tar.gz chromium_src-ca7a3d79d4c097a0995f8ccbb39947875cf3d913.tar.bz2 |
Add an about:flags entry for CSS Regions.
BUG=115937
TEST=Verify that CSS Regions can be enabled and disabled through about:flags
Review URL: http://codereview.chromium.org/9569009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 8a413bb..d2281f2 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -5143,16 +5143,16 @@ Keep your key file in a safe place. You will need it to create new versions of y Enable creating a browser window when dragging tabs. </message> <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_NAME" desc="Title for the flag to disable restoring (more) session state after restarts and crashes."> - Disable Better session restore + Disable Better session restore </message> <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc="Description for the flag to disable restoring (more) session state after restarts and crashes."> - Disables the Better session restore features which restore more session state (e.g., session cookies) after restarts and crashes. + Disables the Better session restore features which restore more session state (e.g., session cookies) after restarts and crashes. </message> <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME" desc="Title for the flag to disable using a software rasterizer."> - Disable 3D software rasterizer + Disable 3D software rasterizer </message> <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="Description for the flag to disable using a software renderer."> - Don't fall back to a 3D software rasterizer when the GPU cannot be used. + Don't fall back to a 3D software rasterizer when the GPU cannot be used. </message> <message name="IDS_FLAGS_MEDIA_STREAM_NAME" desc="Name for the flag to enable MediaStream, GetUserMedia and PeerConnection."> Enable MediaStream. @@ -5172,6 +5172,12 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_FLAGS_STYLE_SCOPED_DESCRIPTION" desc="Description for the flag to enable <style scoped>."> Honor the 'scoped' attribute in &lt;style&gt; elements. </message> + <message name="IDS_FLAGS_CSS_REGIONS_NAME" desc="Name for the flag to enable CSS Regions."> + Enable CSS Regions. + </message> + <message name="IDS_FLAGS_CSS_REGIONS_DESCRIPTION" desc="Description for the flag to enable CSS Regions."> + Enable CSS Regions. + </message> <message name="IDS_FLAGS_WEBUI_TASK_MANAGER_NAME" desc="Title for the flag to use the WebUI task manager."> Enable experimental task manager. </message> |