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

Unified Diff: chrome/browser/ui/panels/display_settings_provider.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
Index: chrome/browser/ui/panels/display_settings_provider.h
diff --git a/chrome/browser/ui/panels/display_settings_provider.h b/chrome/browser/ui/panels/display_settings_provider.h
index 3a708ae64c431df69d2bf98d8788ffa9680a58bf..8923d132e4b6b75f3e1666d837de73e0acecc0c9 100644
--- a/chrome/browser/ui/panels/display_settings_provider.h
+++ b/chrome/browser/ui/panels/display_settings_provider.h
@@ -149,7 +149,7 @@ class DisplaySettingsProvider {
bool is_full_screen_;
// Timer used to detect full-screen mode change.
- base::RepeatingTimer<DisplaySettingsProvider> full_screen_mode_timer_;
+ base::RepeatingTimer full_screen_mode_timer_;
DISALLOW_COPY_AND_ASSIGN(DisplaySettingsProvider);
};
« no previous file with comments | « chrome/browser/ui/exclusive_access/exclusive_access_bubble.h ('k') | chrome/browser/ui/panels/panel_mouse_watcher_timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698