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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 111723012: Linux Aura: Added --use-system-title-bar flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing jamescook nits. Created 7 years 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index d279e2392a72a8dc2410d0a68ea4354e33138116..f1e701f47d8985a48dce6154cf1ce4782cd53dc3 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14900,6 +14900,15 @@ Do you accept?
Enable Web MIDI API experimental support.
</message>
+ <message name="IDS_FLAGS_USE_SYSTEM_TITLE_BAR"
+ desc="Name of about:flag option to use the host operating system's title bar and window borders.">
+ Use system title bar and borders
+ </message>
+ <message name="IDS_FLAGS_USE_SYSTEM_TITLE_BAR_DESCRIPTION"
+ desc="Description of about:flag option to turn on the host operating system's title bar and window borders.">
+ Use the host operating system's window title bar and borders, instead of custom window dressing.
+ </message>
+
<!-- Toast experiment. -->
<message name="IDS_TRY_TOAST_SET_DEFAULT" desc="Text of the checkbox to make chrome the default browser">
Make it my default browser

Powered by Google App Engine
This is Rietveld 408576698