Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentView.java

Issue 10905058: Upstream the Android port find-in-page feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 d39a9e3531b7a13eaca28dd075f0ad70392e710e..e623bb90cd485cf5f89ae9b12c2e9e79549aee1e 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
@@ -35,16 +35,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.

Powered by Google App Engine
This is Rietveld 408576698