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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanel.java

Issue 2703473002: [TTS] Extract tapped text before showing UI. (Closed)
Patch Set: Reworked icing notification, lots of cleanup, and a rebase. Created 3 years, 8 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/compositor/bottombar/contextualsearch/ContextualSearchPanel.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanel.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanel.java
index d769f08c118cd3cb206d02cd6a1816d5be7b5b27..c37db14d134b3f3b6e42f62daf21c50228c2fc15 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanel.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanel.java
@@ -550,6 +550,8 @@ public class ContextualSearchPanel extends OverlayPanel {
getImageControl().hideCustomImage(true);
getSearchBarControl().setSearchTerm(searchTerm);
mPanelMetrics.onSearchRequestStarted();
+ // Make sure the new Search Term draws.
+ requestUpdate();
Theresa 2017/04/25 17:30:41 Is this fixing a pre-existing bug?
Donn Denman 2017/04/25 22:35:36 Not a bug that we have an issue for, but one I dis
}
/**

Powered by Google App Engine
This is Rietveld 408576698