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

Unified Diff: ui/app_list/views/search_box_view.cc

Issue 752253002: Updates the mic icon status based on the device's audio state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 1 month 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: ui/app_list/views/search_box_view.cc
diff --git a/ui/app_list/views/search_box_view.cc b/ui/app_list/views/search_box_view.cc
index c519fee380abb3816a79e87cc6021dd1afb2cb00..9ef86f0dfe21e40d22aae8cf69b1bff0f73eda1f 100644
--- a/ui/app_list/views/search_box_view.cc
+++ b/ui/app_list/views/search_box_view.cc
@@ -266,6 +266,7 @@ void SearchBoxView::SpeechRecognitionButtonPropChanged() {
speech_button_ = NULL;
}
}
+ Layout();
}
void SearchBoxView::HintTextChanged() {

Powered by Google App Engine
This is Rietveld 408576698