| Index: chrome/browser/views/tabs/tab.h
|
| diff --git a/chrome/browser/views/tabs/tab.h b/chrome/browser/views/tabs/tab.h
|
| index 11653edf9d5df30b7b726ea6a6297a9b8b9c0562..bbcf2b6b7dd443d13cdfdd07efe6d2e0c1c9ab16 100644
|
| --- a/chrome/browser/views/tabs/tab.h
|
| +++ b/chrome/browser/views/tabs/tab.h
|
| @@ -118,11 +118,8 @@ class Tab : public BaseTab {
|
| int y_offset;
|
| };
|
| static TabImage tab_active;
|
| - static TabImage tab_active_nano;
|
| static TabImage tab_inactive;
|
| - static TabImage tab_inactive_nano;
|
| static TabImage tab_alpha;
|
| - static TabImage tab_alpha_nano;
|
|
|
| // Whether we're showing the icon. It is cached so that we can detect when it
|
| // changes and layout appropriately.
|
|
|