Index: chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
diff --git a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
index cf919db4996eda0d9d70dce4d03d312b67048c88..a0f37ba1407e8d4e882aff475360185e04006b76 100644 |
--- a/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
+++ b/chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellActivity.java |
@@ -32,7 +32,6 @@ import org.chromium.chrome.shell.sync.SyncController; |
import org.chromium.components.dom_distiller.core.DomDistillerUrlUtils; |
import org.chromium.content.browser.ActivityContentVideoViewClient; |
import org.chromium.content.browser.BrowserStartupController; |
-import org.chromium.content.browser.ContentView; |
import org.chromium.content.browser.ContentViewCore; |
import org.chromium.content.browser.DeviceUtils; |
import org.chromium.content.common.ContentSwitches; |
@@ -251,14 +250,6 @@ public class ChromeShellActivity extends Activity implements AppMenuPropertiesDe |
} |
/** |
- * @return The ContentView of the active tab. |
- */ |
- public ContentView getActiveContentView() { |
- ChromeShellTab tab = getActiveTab(); |
- return tab != null ? tab.getContentView() : null; |
- } |
- |
- /** |
* @return The ContentViewCore of the active tab. |
*/ |
public ContentViewCore getActiveContentViewCore() { |