| 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 946307f10d3dba964a8c52aedad1898a3db34f89..2631e6e0fce2ac55bf7541ffdbb855155b5c9398 100644
|
| --- a/ui/app_list/views/speech_view.h
|
| +++ b/ui/app_list/views/speech_view.h
|
| @@ -36,6 +36,8 @@ class SpeechView : public views::View,
|
| virtual void Layout() OVERRIDE;
|
| virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|
| + views::ImageButton* mic_button() { return mic_button_; }
|
| +
|
| private:
|
| int GetIndicatorRadius(uint8 level);
|
|
|
|
|