diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 20:43:19 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-10 20:43:19 +0000 |
commit | 1274bdad58253fe4137d29db4975291cf46bcb94 (patch) | |
tree | 50d1b0180e45ce0ee287df4ee3a473a6aa2000d2 /chrome/app | |
parent | 8711df994152f2dc72dd7f45da8779d73fe1e558 (diff) | |
download | chromium_src-1274bdad58253fe4137d29db4975291cf46bcb94.zip chromium_src-1274bdad58253fe4137d29db4975291cf46bcb94.tar.gz chromium_src-1274bdad58253fe4137d29db4975291cf46bcb94.tar.bz2 |
Allow a different omnibox popup to be enabled via the command line (--enable-omnibox2).
This will allow a views-based omnibox popup conforming to the new spec (stub provided) to be brought up without disturbing ToT UX.
Also adds new images from Nicholas.
Review URL: http://codereview.chromium.org/67035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13538 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/o2-globe.png | bin | 0 -> 536 bytes |
-rw-r--r-- | chrome/app/theme/o2-history.png | bin | 0 -> 400 bytes |
-rw-r--r-- | chrome/app/theme/o2-more.png | bin | 0 -> 320 bytes |
-rw-r--r-- | chrome/app/theme/o2-search.png | bin | 0 -> 340 bytes |
-rw-r--r-- | chrome/app/theme/o2-star.png | bin | 0 -> 489 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/chrome/app/theme/o2-globe.png b/chrome/app/theme/o2-globe.png Binary files differnew file mode 100644 index 0000000..0fc4331 --- /dev/null +++ b/chrome/app/theme/o2-globe.png diff --git a/chrome/app/theme/o2-history.png b/chrome/app/theme/o2-history.png Binary files differnew file mode 100644 index 0000000..72af696 --- /dev/null +++ b/chrome/app/theme/o2-history.png diff --git a/chrome/app/theme/o2-more.png b/chrome/app/theme/o2-more.png Binary files differnew file mode 100644 index 0000000..61dfd29 --- /dev/null +++ b/chrome/app/theme/o2-more.png diff --git a/chrome/app/theme/o2-search.png b/chrome/app/theme/o2-search.png Binary files differnew file mode 100644 index 0000000..441001e --- /dev/null +++ b/chrome/app/theme/o2-search.png diff --git a/chrome/app/theme/o2-star.png b/chrome/app/theme/o2-star.png Binary files differnew file mode 100644 index 0000000..5919bb7b --- /dev/null +++ b/chrome/app/theme/o2-star.png |