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

Unified Diff: chrome/browser/gtk/tabs/tab_renderer_gtk.h

Issue 3011007: Nukes the nano tab style on gtk and brings back the toolbar for apps (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
Index: chrome/browser/gtk/tabs/tab_renderer_gtk.h
diff --git a/chrome/browser/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
index 4c168a76a68ffac3ee484523df6930f779ae9cec..1ba697d5f50ed77a9938c54b87207f765c8ed97e 100644
--- a/chrome/browser/gtk/tabs/tab_renderer_gtk.h
+++ b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
@@ -384,11 +384,8 @@ class TabRendererGtk : public AnimationDelegate,
TabData data_;
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_;
static gfx::Font* title_font_;
static int title_font_height_;

Powered by Google App Engine
This is Rietveld 408576698