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

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: nit fixes. 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 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.
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698