| Index: content/public/android/java/src/org/chromium/content/browser/ContentView.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentView.java b/content/public/android/java/src/org/chromium/content/browser/ContentView.java
|
| index 8ff3a03714bc5fee9f045d692651b5ed9857bf84..e037d9e5ff24045eea3aed049283ada03733b022 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ContentView.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ContentView.java
|
| @@ -37,16 +37,6 @@ public class ContentView extends FrameLayout implements ContentViewCore.Internal
|
| public static final int PAGE_TRANSITION_AUTO_BOOKMARK = 2;
|
| public static final int PAGE_TRANSITION_START_PAGE = 6;
|
|
|
| - /** Translate the find selection into a normal selection. */
|
| - public static final int FIND_SELECTION_ACTION_KEEP_SELECTION =
|
| - ContentViewCore.FIND_SELECTION_ACTION_KEEP_SELECTION;
|
| - /** Clear the find selection. */
|
| - public static final int FIND_SELECTION_ACTION_CLEAR_SELECTION =
|
| - ContentViewCore.FIND_SELECTION_ACTION_CLEAR_SELECTION;
|
| - /** Focus and click the selected node (for links). */
|
| - public static final int FIND_SELECTION_ACTION_ACTIVATE_SELECTION =
|
| - ContentViewCore.FIND_SELECTION_ACTION_ACTIVATE_SELECTION;
|
| -
|
| // Used when ContentView implements a standalone View.
|
| public static final int PERSONALITY_VIEW = ContentViewCore.PERSONALITY_VIEW;
|
| // Used for Chrome.
|
|
|