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

Unified Diff: remoting/host/cast_extension_session.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/audio_capturer_win.cc ('k') | remoting/host/cast_video_capturer_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/cast_extension_session.h
diff --git a/remoting/host/cast_extension_session.h b/remoting/host/cast_extension_session.h
index 48d97a438706eaed8bb15c7c4410607af2ccfcb8..3c0fe4b4b23a6b319703fb0ab4122aaad5902500 100644
--- a/remoting/host/cast_extension_session.h
+++ b/remoting/host/cast_extension_session.h
@@ -212,7 +212,7 @@ class CastExtensionSession : public HostExtensionSession,
rtc::scoped_refptr<webrtc::StatsObserver> stats_observer_;
// Used to repeatedly poll stats from the |peer_connection_|.
- base::RepeatingTimer<CastExtensionSession> stats_polling_timer_;
+ base::RepeatingTimer stats_polling_timer_;
// True if a PeerConnection offer from the client has been received. This
// necessarily means that the host is not the caller in this attempted
« no previous file with comments | « remoting/host/audio_capturer_win.cc ('k') | remoting/host/cast_video_capturer_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698