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

Unified Diff: ui/app_list/views/speech_view.h

Issue 146643004: Loads the logo image to the speech UI in app-list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: ui/app_list/views/speech_view.h
diff --git a/ui/app_list/views/speech_view.h b/ui/app_list/views/speech_view.h
index 981728238182da8d8bcfb842e6c11faad5fd0fce..dc775dc6227dbad9922ca785b7bf68c4b482e567 100644
--- a/ui/app_list/views/speech_view.h
+++ b/ui/app_list/views/speech_view.h
@@ -12,6 +12,7 @@
namespace views {
class BoundsAnimator;
class ImageButton;
+class ImageView;
class Label;
}
@@ -51,6 +52,7 @@ class SpeechView : public views::View,
AppListViewDelegate* delegate_;
+ views::ImageView* logo_;
views::View* indicator_;
views::ImageButton* mic_button_;
views::Label* speech_result_;

Powered by Google App Engine
This is Rietveld 408576698