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

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

Issue 2386693003: [Remoting Android] Remove unused DesktopViewFactory (Closed)
Patch Set: Created 4 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/android/client_java_tmpl.gni ('k') | 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/DesktopViewFactory.java
diff --git a/remoting/android/java/src/org/chromium/chromoting/DesktopViewFactory.java b/remoting/android/java/src/org/chromium/chromoting/DesktopViewFactory.java
deleted file mode 100644
index e942690228909903c5773c911ba328e1c12c5472..0000000000000000000000000000000000000000
--- a/remoting/android/java/src/org/chromium/chromoting/DesktopViewFactory.java
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package org.chromium.chromoting;
-
-import org.chromium.chromoting.jni.Client;
-
-/**
- * Interface for creating a implementation specific desktop view.
- */
-public interface DesktopViewFactory {
- /**
- * Creates an uninitialized implementation specific desktop view. Initializing and adding the
- * view should done separately.
- */
- DesktopView createDesktopView(Desktop desktop, Client client);
-}
« no previous file with comments | « remoting/android/client_java_tmpl.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698