diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 20:10:31 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-04 20:10:31 +0000 |
commit | e116a526fce847f7d19a0576d30b3e8de812d923 (patch) | |
tree | 37b3c5b865128a09bd761c58079183060c411643 /chrome/app | |
parent | e296bed56a43c1aac9204e86976fcfc91c8e9631 (diff) | |
download | chromium_src-e116a526fce847f7d19a0576d30b3e8de812d923.zip chromium_src-e116a526fce847f7d19a0576d30b3e8de812d923.tar.gz chromium_src-e116a526fce847f7d19a0576d30b3e8de812d923.tar.bz2 |
On linux, add a context menu item in the tab strip for disabling
window decorations.
This is mostly just an experiment. The window currently looks bad
because of no rounded corners. It's also not possible to resize in
this state and if you have too many tabs, you can't move.
Review URL: http://codereview.chromium.org/114075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index e18a890..730b748 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3846,6 +3846,10 @@ each locale. --> Don't ask again </message> + <message name="IDS_SHOW_WINDOW_DECORATIONS" 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> + <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> rgba($1, $2, $3, $4) </message> |