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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.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/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h b/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h
index 0b844dc2ee7651dc3a5319ee90033f1292703af1..886f82af3acae3999e60bc053b9c5e937de3377c 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h
@@ -45,7 +45,7 @@ class KioskModeIdleAppNameNotification : public ui::UserActivityObserver,
// Invoked by |timer_| to display the application idle message.
void OnTimeout();
- base::OneShotTimer<KioskModeIdleAppNameNotification> timer_;
+ base::OneShotTimer timer_;
// If set the notification should get shown upon next user activity.
bool show_notification_upon_next_user_activity_;
« no previous file with comments | « chrome/browser/chromeos/app_mode/kiosk_app_update_service.h ('k') | chrome/browser/chromeos/camera_presence_notifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698