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

Unified Diff: chrome/browser/ui/app_list/app_list_view_delegate.h

Issue 149753002: Enables the 'hotword not listening' icon in the search box. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix breaks Created 6 years, 11 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/browser/ui/app_list/app_list_view_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
index 264c4f34f6462f697dbbce910773bb97d71be61f..51daf40dc2b17af0b2055b960ccc48b60d886ae8 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
@@ -18,13 +18,13 @@
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "ui/app_list/app_list_view_delegate.h"
-#include "ui/app_list/speech_ui_model.h"
class AppListControllerDelegate;
class Profile;
namespace app_list {
class SearchController;
+class SpeechUIModel;
}
namespace base {
@@ -125,7 +125,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
// if |profile_| changes.
app_list::AppListModel* model_;
- app_list::SpeechUIModel speech_ui_;
+ scoped_ptr<app_list::SpeechUIModel> speech_ui_;
base::TimeDelta auto_launch_timeout_;
« no previous file with comments | « chrome/browser/resources/app_list/start_page.js ('k') | chrome/browser/ui/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698