Index: content/public/android/java/src/org/chromium/content/browser/WebContents.java |
diff --git a/content/public/android/java/src/org/chromium/content/browser/WebContents.java b/content/public/android/java/src/org/chromium/content/browser/WebContents.java |
deleted file mode 100644 |
index c89e2b9525cdfd8d1cd0baeb79dedcde0cd6105e..0000000000000000000000000000000000000000 |
--- a/content/public/android/java/src/org/chromium/content/browser/WebContents.java |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-// Copyright 2013 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.content.browser; |
- |
-/** |
- * The WebContents Java wrapper to allow communicating with the native WebContents object. |
- */ |
-public interface WebContents { |
- /** |
- * @return The navigation controller associated with this WebContents. |
- */ |
- NavigationController getNavigationController(); |
-} |