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

Unified Diff: remoting/android/java/src/org/chromium/chromoting/Event.java

Issue 2033573002: [Chromoting] Final SelfRemovableParameterRunnable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/android/java/src/org/chromium/chromoting/Event.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/Event.java b/remoting/android/java/src/org/chromium/chromoting/Event.java
index 9bc699051fa3e6c95359715f1aeec9e6b20a8efb..5a0e75be7b41729684fff45aac9aea03fa8fa962 100644
--- a/remoting/android/java/src/org/chromium/chromoting/Event.java
+++ b/remoting/android/java/src/org/chromium/chromoting/Event.java
@@ -67,7 +67,7 @@ public class Event<ParamT> {
* A self removable {@link ParameterRunner}, uses a boolean {@link ParameterCallback} to decide
* whether removes self from {@link Event} or not.
*/
- private static class SelfRemovableParameterRunnable<ParamT>
+ private static final class SelfRemovableParameterRunnable<ParamT>
implements ParameterRunnable<ParamT> {
private final ParameterCallback<Boolean, ParamT> mCallback;
private final Event<ParamT> mOwner;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698