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); |
-} |