| Index: chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java
|
| index 865f36a0b2390b8fa4a2aaaa40d8a0f5ede54acc..5c26b3dc0aca00d9bd5e0ab23248757263c97288 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java
|
| @@ -4,7 +4,6 @@
|
|
|
| package org.chromium.chrome.browser.contextualsearch;
|
|
|
| -import org.chromium.chrome.browser.contextualsearch.ContextualSearchBlacklist.BlacklistReason;
|
| import org.chromium.chrome.browser.contextualsearch.ContextualSearchSelectionController.SelectionType;
|
|
|
| /**
|
| @@ -53,13 +52,6 @@ interface ContextualSearchSelectionHandler {
|
| */
|
| public void handleSelectionDismissal();
|
|
|
| - /**
|
| - * Handles the suppression of the current selection.
|
| - * @param reason The reason why the selection was blacklisted. If the returned reason
|
| - * is BlacklistReason.NONE, it means the selection was not blacklisted.
|
| - */
|
| - public void handleSelectionSuppression(BlacklistReason reason);
|
| -
|
| /**
|
| * Handle suppression of a Tap gesture.
|
| */
|
|
|