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

Unified Diff: chrome/browser/ui/views/tabs/tab_strip.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 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/ui/views/tabs/tab_drag_controller.h ('k') | chrome/browser/ui/views/toolbar/reload_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tabs/tab_strip.h
diff --git a/chrome/browser/ui/views/tabs/tab_strip.h b/chrome/browser/ui/views/tabs/tab_strip.h
index a8153daaa0fe2f2ff60cb88f28024ff9e83341ba..c33cba7995c68dda48b7f390a55e0b9f752e23e0 100644
--- a/chrome/browser/ui/views/tabs/tab_strip.h
+++ b/chrome/browser/ui/views/tabs/tab_strip.h
@@ -664,7 +664,7 @@ class TabStrip : public views::View,
// Timer used when a tab is closed and we need to relayout. Only used when a
// tab close comes from a touch device.
- base::OneShotTimer<TabStrip> resize_layout_timer_;
+ base::OneShotTimer resize_layout_timer_;
// True if tabs are painted as rectangular light-bars.
bool immersive_style_;
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_drag_controller.h ('k') | chrome/browser/ui/views/toolbar/reload_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698