Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: chrome/app/generated_resources.grd

Issue 9569009: Add an about:flags entry for CSS Regions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed flag description. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 97b0cc93cf9ac2e37f7f60542077824bf83312d3..1e8b674229331c7629968eaa812234f9b34bdeef 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 &lt;style scoped&gt;.">
Honor the 'scoped' attribute in &amp;lt;style&amp;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>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698