diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 22:12:54 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-02 22:12:54 +0000 |
commit | be0a73ff53ca0554a180228f364e535552eaff76 (patch) | |
tree | 293ac37f2aeb1dfcf3c08140260598e43349512e /chrome/app/generated_resources.grd | |
parent | 14bcec307d7ec6b13e90fe5e5ac8ca5aaa397b4b (diff) | |
download | chromium_src-be0a73ff53ca0554a180228f364e535552eaff76.zip chromium_src-be0a73ff53ca0554a180228f364e535552eaff76.tar.gz chromium_src-be0a73ff53ca0554a180228f364e535552eaff76.tar.bz2 |
Update Panel UI looks on Windows.
1) Add back wrench menu.
2) Remove about panel bubble.
3) Differentiate active and inactive panel by using different chrome theme.
BUG=none
TEST=panel_browser_view_browsertest
Review URL: http://codereview.chromium.org/6975062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index a5a8a81..4f01178 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -4738,9 +4738,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_ACCNAME_SIDE_BAR" desc="The accessible name for the side bar."> Sidebar </message> - <message name="IDS_ACCNAME_ABOUT_PANEL" desc="The accessible name for 'About this Panel' button on the panel window."> - About this panel - </message> <!-- Browser Hung Plugin Detector --> <message name="IDS_UNKNOWN_PLUGIN_NAME" desc="Name for a plugin whose name could not be determined"> @@ -12603,17 +12600,6 @@ Keep your key file in a safe place. You will need it to create new versions of y bookmarks_<ph name="DATESTAMP">$1<ex>02_11_11</ex></ph>.html </message> - <!-- Panels --> - <message name="IDS_ABOUT_PANEL_BUBBLE_EXTENSION_INSTALL_DATE" desc="Text for the label of the about panel bubble to show the extension install date."> - Extension installed: <ph name="DATE">$1<ex>January 1, 2011</ex></ph> - </message> - <message name="IDS_ABOUT_PANEL_BUBBLE_UNINSTALL_EXTENSION" desc="Text for the link shown on the about panel bubble to uninstall the extension."> - Uninstall <ph name="EXTENSION_NAME">$1<ex>Sample Extension</ex></ph> - </message> - <message name="IDS_ABOUT_PANEL_BUBBLE_REPORT_ABUSE" desc="Text for the link shown on the about panel bubble to report the abuse."> - Report abuse - </message> - <!-- Quota messages --> <message name="IDS_REQUEST_QUOTA_INFOBAR_QUESTION" desc="Question asked on the info bar whenever webapp requests new (larger) quota to persistently store data on the user's local computer (e.g. for persistent-type filesystem)."> <ph name="URL"> |