Commit 9693527a authored by Shimi Zhang's avatar Shimi Zhang Committed by Commit Bot

[Android] Remove createHandleObserver(View view)

There is no usage of this version anywhere, so removing it.

Bug: 805531
Change-Id: I11d1fe29268ae17255d05d79283dca9d7a83bcc2
Reviewed-on: https://chromium-review.googlesource.com/959302Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542563}
parent 89f128f6
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
package org.chromium.content.browser; package org.chromium.content.browser;
import android.view.View;
import org.chromium.base.ThreadUtils; import org.chromium.base.ThreadUtils;
import org.chromium.content.browser.selection.SelectionInsertionHandleObserver; import org.chromium.content.browser.selection.SelectionInsertionHandleObserver;
import org.chromium.content.browser.selection.SelectionPopupControllerImpl; import org.chromium.content.browser.selection.SelectionPopupControllerImpl;
...@@ -48,13 +46,4 @@ public class ContentClassFactory { ...@@ -48,13 +46,4 @@ public class ContentClassFactory {
// Implemented by a subclass. // Implemented by a subclass.
return null; return null;
} }
/**
* Creates HandleObserver object.
*/
// TODO(ctzsm): Remove this overload after we removed all usage of it.
public SelectionInsertionHandleObserver createHandleObserver(View view) {
// Implemented by a subclass.
return null;
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment