Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: chrome/browser/views/tabs/tab.h

Issue 2877024: Nukes the nano tab style for views. I also consolidated code in (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/tabs/base_tab.h ('k') | chrome/browser/views/tabs/tab.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/views/tabs/base_tab.h ('k') | chrome/browser/views/tabs/tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698