diff options
-rw-r--r-- | chrome/app/theme/ntp_close.png | bin | 0 -> 416 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_close_h.png | bin | 0 -> 422 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_close_p.png | bin | 0 -> 425 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_pin_off.png | bin | 0 -> 468 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_pin_off_h.png | bin | 0 -> 468 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_pin_off_p.png | bin | 0 -> 474 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_pin_on.png | bin | 0 -> 490 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_pin_on_h.png | bin | 0 -> 499 bytes | |||
-rw-r--r-- | chrome/app/theme/ntp_pin_on_p.png | bin | 0 -> 484 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 9 |
10 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/theme/ntp_close.png b/chrome/app/theme/ntp_close.png Binary files differnew file mode 100644 index 0000000..69b0793 --- /dev/null +++ b/chrome/app/theme/ntp_close.png diff --git a/chrome/app/theme/ntp_close_h.png b/chrome/app/theme/ntp_close_h.png Binary files differnew file mode 100644 index 0000000..e7d998e --- /dev/null +++ b/chrome/app/theme/ntp_close_h.png diff --git a/chrome/app/theme/ntp_close_p.png b/chrome/app/theme/ntp_close_p.png Binary files differnew file mode 100644 index 0000000..ea1a43f --- /dev/null +++ b/chrome/app/theme/ntp_close_p.png diff --git a/chrome/app/theme/ntp_pin_off.png b/chrome/app/theme/ntp_pin_off.png Binary files differnew file mode 100644 index 0000000..a277e30 --- /dev/null +++ b/chrome/app/theme/ntp_pin_off.png diff --git a/chrome/app/theme/ntp_pin_off_h.png b/chrome/app/theme/ntp_pin_off_h.png Binary files differnew file mode 100644 index 0000000..59b6d8e --- /dev/null +++ b/chrome/app/theme/ntp_pin_off_h.png diff --git a/chrome/app/theme/ntp_pin_off_p.png b/chrome/app/theme/ntp_pin_off_p.png Binary files differnew file mode 100644 index 0000000..07491e5 --- /dev/null +++ b/chrome/app/theme/ntp_pin_off_p.png diff --git a/chrome/app/theme/ntp_pin_on.png b/chrome/app/theme/ntp_pin_on.png Binary files differnew file mode 100644 index 0000000..1b97b5e --- /dev/null +++ b/chrome/app/theme/ntp_pin_on.png diff --git a/chrome/app/theme/ntp_pin_on_h.png b/chrome/app/theme/ntp_pin_on_h.png Binary files differnew file mode 100644 index 0000000..a4bcb98 --- /dev/null +++ b/chrome/app/theme/ntp_pin_on_h.png diff --git a/chrome/app/theme/ntp_pin_on_p.png b/chrome/app/theme/ntp_pin_on_p.png Binary files differnew file mode 100644 index 0000000..35071f4 --- /dev/null +++ b/chrome/app/theme/ntp_pin_on_p.png 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" /> |