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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java

Issue 2875553002: [TTS] Remove the blacklist and first char metrics. (Closed)
Patch Set: Removed and obsoleted the started-with-capital uma and histogram. Plus a rebase. Created 3 years, 7 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: 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.
*/

Powered by Google App Engine
This is Rietveld 408576698