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

Unified Diff: ui/app_list/cocoa/apps_search_box_controller.mm

Issue 105773004: Introduces the speech recognition UI to app_list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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
« no previous file with comments | « ui/app_list/app_list_view_delegate.h ('k') | ui/app_list/search_box_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/cocoa/apps_search_box_controller.mm
diff --git a/ui/app_list/cocoa/apps_search_box_controller.mm b/ui/app_list/cocoa/apps_search_box_controller.mm
index 1ef31e308aa167873f0e11c364c610730a05eb52..b937c4c4c184b1d4946984fd4da3a211a3bb0ccf 100644
--- a/ui/app_list/cocoa/apps_search_box_controller.mm
+++ b/ui/app_list/cocoa/apps_search_box_controller.mm
@@ -54,7 +54,6 @@ class SearchBoxModelObserverBridge : public SearchBoxModelObserver {
virtual void IconChanged() OVERRIDE;
virtual void SpeechRecognitionButtonPropChanged() OVERRIDE;
- virtual void SetSpeechRecognitionButtonState(bool toggled) OVERRIDE;
virtual void HintTextChanged() OVERRIDE;
virtual void SelectionModelChanged() OVERRIDE;
virtual void TextChanged() OVERRIDE;
@@ -103,12 +102,6 @@ void SearchBoxModelObserverBridge::SpeechRecognitionButtonPropChanged() {
NOTIMPLEMENTED();
}
-void SearchBoxModelObserverBridge::SetSpeechRecognitionButtonState(
- bool toggled) {
- // TODO(mukai): implement.
- NOTIMPLEMENTED();
-}
-
void SearchBoxModelObserverBridge::HintTextChanged() {
[[[parent_ searchTextField] cell] setPlaceholderString:
base::SysUTF16ToNSString(GetModel()->hint_text())];
« no previous file with comments | « ui/app_list/app_list_view_delegate.h ('k') | ui/app_list/search_box_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698