diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/omnibox_b.png | bin | 0 -> 129 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_bl.png | bin | 0 -> 247 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_br.png | bin | 0 -> 252 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_l.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_r.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_t.png | bin | 0 -> 117 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_tl.png | bin | 0 -> 207 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_tr.png | bin | 0 -> 217 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 8 |
9 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/theme/omnibox_b.png b/chrome/app/theme/omnibox_b.png Binary files differnew file mode 100644 index 0000000..f278cada --- /dev/null +++ b/chrome/app/theme/omnibox_b.png diff --git a/chrome/app/theme/omnibox_bl.png b/chrome/app/theme/omnibox_bl.png Binary files differnew file mode 100644 index 0000000..66e4e2a --- /dev/null +++ b/chrome/app/theme/omnibox_bl.png diff --git a/chrome/app/theme/omnibox_br.png b/chrome/app/theme/omnibox_br.png Binary files differnew file mode 100644 index 0000000..8f5684e --- /dev/null +++ b/chrome/app/theme/omnibox_br.png diff --git a/chrome/app/theme/omnibox_l.png b/chrome/app/theme/omnibox_l.png Binary files differnew file mode 100644 index 0000000..72f56ad --- /dev/null +++ b/chrome/app/theme/omnibox_l.png diff --git a/chrome/app/theme/omnibox_r.png b/chrome/app/theme/omnibox_r.png Binary files differnew file mode 100644 index 0000000..4489da5 --- /dev/null +++ b/chrome/app/theme/omnibox_r.png diff --git a/chrome/app/theme/omnibox_t.png b/chrome/app/theme/omnibox_t.png Binary files differnew file mode 100644 index 0000000..6516c51 --- /dev/null +++ b/chrome/app/theme/omnibox_t.png diff --git a/chrome/app/theme/omnibox_tl.png b/chrome/app/theme/omnibox_tl.png Binary files differnew file mode 100644 index 0000000..55bb092 --- /dev/null +++ b/chrome/app/theme/omnibox_tl.png diff --git a/chrome/app/theme/omnibox_tr.png b/chrome/app/theme/omnibox_tr.png Binary files differnew file mode 100644 index 0000000..b4a8777 --- /dev/null +++ b/chrome/app/theme/omnibox_tr.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index c02a800..2a461c1 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -309,6 +309,14 @@ <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" /> <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" /> <include name="IDR_MENU_BOOKMARK" file="menu_bookmark.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_L" file="omnibox_l.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_TL" file="omnibox_tl.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_T" file="omnibox_t.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_TR" file="omnibox_tr.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_R" file="omnibox_r.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_BR" file="omnibox_br.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_B" file="omnibox_b.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_BL" file="omnibox_bl.png" type="BINDATA" /> <include name="IDR_O2_GLOBE" file="o2_globe.png" type="BINDATA" /> <include name="IDR_O2_HISTORY" file="o2_history.png" type="BINDATA" /> <include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" /> |