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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2128703002: MD Settings: add "Use system title bar and borders" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windoze compile Created 4 years, 5 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 | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/extensions/api/settings_private/prefs_util.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 f9dec2db77a38628b59c52a9fb5e1859f7db4a51..3b07a6938e4f3224069cfd4faab9f133e03a740f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10213,7 +10213,7 @@ I don't think this site should be blocked!
<message name="IDS_THEMES_RESET_BUTTON" desc="The button to reset your theme">
Reset to default theme
</message>
- <if expr="is_posix and not is_macosx and not is_ios">
+ <if expr="is_linux and not chromeos">
<message name="IDS_THEMES_GTK_BUTTON" desc="The button to choose GTK colors and icons as the current theme.">
Use GTK+ theme
</message>
@@ -11484,16 +11484,11 @@ Some features may be unavailable. Please check that the profile exists and you
Don't ask again
</message>
- <if expr="not use_titlecase">
+ <if expr="is_linux and not chromeos">
<message name="IDS_SHOW_WINDOW_DECORATIONS_MENU" desc="The menu entry text in the tab strip context menu. This toggles the system title bar and window borders (window decorations) on linux.">
Use system title bar and borders
</message>
</if>
- <if expr="use_titlecase">
- <message name="IDS_SHOW_WINDOW_DECORATIONS_MENU" desc="In Title Case: The menu entry text in the tab strip context menu. This toggles the system title bar and window borders (window decorations) on linux.">
- Use System Title Bar and Borders
- </message>
- </if>
<message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message printed to console when the app is ran a second time, causing a new window to show rather than starting up a new browser.">
Created new window in existing browser session.
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698