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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewCore.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/ContentViewCore.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
index 0617844f62f7e8ec56a4537fc69b647859def00d..20c9b583210d07e92d02d9228a9de57351c844ff 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
@@ -48,13 +48,6 @@ public class ContentViewCore implements MotionEventDelegate {
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 = 0;
- /** Clear the find selection. */
- public static final int FIND_SELECTION_ACTION_CLEAR_SELECTION = 1;
- /** Focus and click the selected node (for links). */
- public static final int FIND_SELECTION_ACTION_ACTIVATE_SELECTION = 2;
-
// Personality of the ContentView.
private int mPersonality;
// Used when ContentView implements a standalone View.

Powered by Google App Engine
This is Rietveld 408576698