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

Unified Diff: remoting/webapp/video_frame_recorder.js

Issue 552403004: Interfaceify ClientPlugin in preparation for mocking it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Interfaceify more classes. Created 6 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: remoting/webapp/video_frame_recorder.js
diff --git a/remoting/webapp/video_frame_recorder.js b/remoting/webapp/video_frame_recorder.js
index 67301622c9cbe146c704838f80c5d156d22cec0e..fcf6e24359d7853cd287c125f8810a22eea175c9 100644
--- a/remoting/webapp/video_frame_recorder.js
+++ b/remoting/webapp/video_frame_recorder.js
@@ -14,7 +14,7 @@ var remoting = remoting || {};
/**
* @constructor
- * @param {remoting.ClientPlugin} plugin
+ * @param {remoting.ClientPluginInterface} plugin
*/
remoting.VideoFrameRecorder = function(plugin) {
this.fileWriter_ = null;

Powered by Google App Engine
This is Rietveld 408576698