summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-06 00:55:11 +0000
committerarv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-06 00:55:11 +0000
commit348472cbbb32aa6a5e8e5a335431534a01b13bcd (patch)
tree7904da09cdcb4e128fc9a36c7b5bd07874483d60 /chrome/app
parent596fe0c18f6bdcbb8a89adbdd53940927dfccbc3 (diff)
downloadchromium_src-348472cbbb32aa6a5e8e5a335431534a01b13bcd.zip
chromium_src-348472cbbb32aa6a5e8e5a335431534a01b13bcd.tar.gz
chromium_src-348472cbbb32aa6a5e8e5a335431534a01b13bcd.tar.bz2
Adds pin and close icons for the new new tab page.
BUG=13362 TEST=No visible changes yet. Review URL: http://codereview.chromium.org/119273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17814 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/theme/ntp_close.pngbin0 -> 416 bytes
-rw-r--r--chrome/app/theme/ntp_close_h.pngbin0 -> 422 bytes
-rw-r--r--chrome/app/theme/ntp_close_p.pngbin0 -> 425 bytes
-rw-r--r--chrome/app/theme/ntp_pin_off.pngbin0 -> 468 bytes
-rw-r--r--chrome/app/theme/ntp_pin_off_h.pngbin0 -> 468 bytes
-rw-r--r--chrome/app/theme/ntp_pin_off_p.pngbin0 -> 474 bytes
-rw-r--r--chrome/app/theme/ntp_pin_on.pngbin0 -> 490 bytes
-rw-r--r--chrome/app/theme/ntp_pin_on_h.pngbin0 -> 499 bytes
-rw-r--r--chrome/app/theme/ntp_pin_on_p.pngbin0 -> 484 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd9
10 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/theme/ntp_close.png b/chrome/app/theme/ntp_close.png
new file mode 100644
index 0000000..69b0793
--- /dev/null
+++ b/chrome/app/theme/ntp_close.png
Binary files differ
diff --git a/chrome/app/theme/ntp_close_h.png b/chrome/app/theme/ntp_close_h.png
new file mode 100644
index 0000000..e7d998e
--- /dev/null
+++ b/chrome/app/theme/ntp_close_h.png
Binary files differ
diff --git a/chrome/app/theme/ntp_close_p.png b/chrome/app/theme/ntp_close_p.png
new file mode 100644
index 0000000..ea1a43f
--- /dev/null
+++ b/chrome/app/theme/ntp_close_p.png
Binary files differ
diff --git a/chrome/app/theme/ntp_pin_off.png b/chrome/app/theme/ntp_pin_off.png
new file mode 100644
index 0000000..a277e30
--- /dev/null
+++ b/chrome/app/theme/ntp_pin_off.png
Binary files differ
diff --git a/chrome/app/theme/ntp_pin_off_h.png b/chrome/app/theme/ntp_pin_off_h.png
new file mode 100644
index 0000000..59b6d8e
--- /dev/null
+++ b/chrome/app/theme/ntp_pin_off_h.png
Binary files differ
diff --git a/chrome/app/theme/ntp_pin_off_p.png b/chrome/app/theme/ntp_pin_off_p.png
new file mode 100644
index 0000000..07491e5
--- /dev/null
+++ b/chrome/app/theme/ntp_pin_off_p.png
Binary files differ
diff --git a/chrome/app/theme/ntp_pin_on.png b/chrome/app/theme/ntp_pin_on.png
new file mode 100644
index 0000000..1b97b5e
--- /dev/null
+++ b/chrome/app/theme/ntp_pin_on.png
Binary files differ
diff --git a/chrome/app/theme/ntp_pin_on_h.png b/chrome/app/theme/ntp_pin_on_h.png
new file mode 100644
index 0000000..a4bcb98
--- /dev/null
+++ b/chrome/app/theme/ntp_pin_on_h.png
Binary files differ
diff --git a/chrome/app/theme/ntp_pin_on_p.png b/chrome/app/theme/ntp_pin_on_p.png
new file mode 100644
index 0000000..35071f4
--- /dev/null
+++ b/chrome/app/theme/ntp_pin_on_p.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index 27be2b3..e31dcd6 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -156,6 +156,15 @@
<include name="IDR_NEWTAB_REMOVE_THUMBNAIL_HOVER" file="ntp_x_icon_hover.png" type="BINDATA" />
<include name="IDR_NEWTAB_REMOVE_THUMBNAIL_ACTIVE" file="ntp_x_icon_active.png" type="BINDATA" />
<include name="IDR_NEWTAB_CLOSED_WINDOW" file="closed_window.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_PIN_ON" file="ntp_pin_on.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_PIN_ON_H" file="ntp_pin_on_h.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_PIN_ON_P" file="ntp_pin_on_p.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_PIN_OFF" file="ntp_pin_off.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_PIN_OFF_H" file="ntp_pin_off_h.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_PIN_OFF_P" file="ntp_pin_off_p.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_CLOSE" file="ntp_close.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_CLOSE_H" file="ntp_close_h.png" type="BINDATA" />
+ <include name="IDR_NEWTAB_CLOSE_P" file="ntp_close_p.png" type="BINDATA" />
<include name="IDR_ARROW_RIGHT" file="arrow_right.png" type="BINDATA" />
<include name="IDR_SAD_TAB" file="sadtab.png" type="BINDATA" />
<include name="IDR_OTR_ICON" file="otr_icon.png" type="BINDATA" />