summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 17:16:02 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 17:16:02 +0000
commit55af4046de847a9f423336d10ac4230c45ac2603 (patch)
treec55c8dfe66703fb2a5c0fe7cdb6352afedde84c0 /chrome/app
parentd5c99b1735e08464682837ac5a61d985de2a7b3c (diff)
downloadchromium_src-55af4046de847a9f423336d10ac4230c45ac2603.zip
chromium_src-55af4046de847a9f423336d10ac4230c45ac2603.tar.gz
chromium_src-55af4046de847a9f423336d10ac4230c45ac2603.tar.bz2
Make non-glass popups match new mockup from Glen.
Unfortunately glass popups can't be made to match the mockup unless we want to completely reimplement Windows titlebar drawing, so I'm leaving them pretty much unchanged :( BUG=7569 Review URL: http://codereview.chromium.org/28072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/theme/locationbg_readonly_center.pngbin177 -> 169 bytes
-rw-r--r--chrome/app/theme/locationbg_readonly_edge.pngbin0 -> 180 bytes
-rw-r--r--chrome/app/theme/locationbg_readonly_left.pngbin126 -> 0 bytes
-rw-r--r--chrome/app/theme/locationbg_readonly_right.pngbin127 -> 0 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd3
5 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/theme/locationbg_readonly_center.png b/chrome/app/theme/locationbg_readonly_center.png
index d13d279..effd919 100644
--- a/chrome/app/theme/locationbg_readonly_center.png
+++ b/chrome/app/theme/locationbg_readonly_center.png
Binary files differ
diff --git a/chrome/app/theme/locationbg_readonly_edge.png b/chrome/app/theme/locationbg_readonly_edge.png
new file mode 100644
index 0000000..ce4a34c
--- /dev/null
+++ b/chrome/app/theme/locationbg_readonly_edge.png
Binary files differ
diff --git a/chrome/app/theme/locationbg_readonly_left.png b/chrome/app/theme/locationbg_readonly_left.png
deleted file mode 100644
index 07b0fb8..0000000
--- a/chrome/app/theme/locationbg_readonly_left.png
+++ /dev/null
Binary files differ
diff --git a/chrome/app/theme/locationbg_readonly_right.png b/chrome/app/theme/locationbg_readonly_right.png
deleted file mode 100644
index fe932dc..0000000
--- a/chrome/app/theme/locationbg_readonly_right.png
+++ /dev/null
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 12d25d7..a443a57 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -265,9 +265,8 @@
<include name="IDR_UPDATE_AVAILABLE" file="update_available.png" type="BINDATA" />
<include name="IDR_MENU_PAGE" file="menu_page.png" type="BINDATA" />
<include name="IDR_MENU_CHROME" file="menu_chrome.png" type="BINDATA" />
- <include name="IDR_LOCATIONBG_POPUPMODE_LEFT" file="locationbg_readonly_left.png" type="BINDATA" />
<include name="IDR_LOCATIONBG_POPUPMODE_CENTER" file="locationbg_readonly_center.png" type="BINDATA" />
- <include name="IDR_LOCATIONBG_POPUPMODE_RIGHT" file="locationbg_readonly_right.png" type="BINDATA" />
+ <include name="IDR_LOCATIONBG_POPUPMODE_EDGE" file="locationbg_readonly_edge.png" type="BINDATA" />
<include name="IDR_CLOSE_SA" file="close_sa.png" type="BINDATA" />
<include name="IDR_CLOSE_SA_H" file="close_sa_h.png" type="BINDATA" />
<include name="IDR_CLOSE_SA_P" file="close_sa_p.png" type="BINDATA" />