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

Unified Diff: remoting/host/resizing_host_observer.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 | « remoting/host/oauth_token_getter_impl.cc ('k') | remoting/host/setup/me2me_native_messaging_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/resizing_host_observer.h
diff --git a/remoting/host/resizing_host_observer.h b/remoting/host/resizing_host_observer.h
index 723b416ecee4d93e90d469afcb6ee89f12a3a77f..933347a81691439d5d1b6d72fb5d3cf31dd9f26c 100644
--- a/remoting/host/resizing_host_observer.h
+++ b/remoting/host/resizing_host_observer.h
@@ -44,7 +44,7 @@ class ResizingHostObserver : public ScreenControls {
ScreenResolution original_resolution_;
// State to manage rate-limiting of desktop resizes.
- base::OneShotTimer<ResizingHostObserver> deferred_resize_timer_;
+ base::OneShotTimer deferred_resize_timer_;
base::Time previous_resize_time_;
base::Callback<base::Time(void)> now_function_;
« no previous file with comments | « remoting/host/oauth_token_getter_impl.cc ('k') | remoting/host/setup/me2me_native_messaging_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698