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

Unified Diff: chrome/app/generated_resources.grd

Issue 2630103002: Add --windows10-custom-titlebar to the about:flags page. (Closed)
Patch Set: add flag to histograms Created 3 years, 11 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:
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 1670b4fdfb001d6259fcab7be03cc1dfa31ab78b..8b757cfc8df2a33e8f9228bbb1ceb91bc13f52d9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15644,6 +15644,16 @@ read aloud to screenreader users to announce that a completion is available.">
</message>
</if>
</if>
+
+ <if expr="is_win">
+ <!-- Custom draw the Windows 10 titlebar. crbug.com/505013 -->
+ <message name="IDS_FLAGS_WINDOWS10_CUSTOM_TITLEBAR_NAME" desc="Name of the flag that enables custom drawing of the Windows 10 titlebar.">
+ Custom-drawn Windows 10 Titlebar
+ </message>
+ <message name="IDS_FLAGS_WINDOWS10_CUSTOM_TITLEBAR_DESCRIPTION" desc="Description for the flag that enables custom drawing of the Windows 10 titlebar.">
+ If enabled, Chrome will draw the titlebar and caption buttons instead of deferring to Windows.
+ </message>
+ </if>
</messages>
</release>
</grit>
« 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