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

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

Issue 2787693002: Remove more dead app list code. (Closed)
Patch Set: updated comment Created 3 years, 9 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/start_page_service.h
diff --git a/chrome/browser/ui/app_list/start_page_service.h b/chrome/browser/ui/app_list/start_page_service.h
index 51819825a0da5c4252534d044156d2ccd764259b..1c325706f977a490b2e796d8f73cb469f32fc3c5 100644
--- a/chrome/browser/ui/app_list/start_page_service.h
+++ b/chrome/browser/ui/app_list/start_page_service.h
@@ -116,11 +116,9 @@ class StartPageService : public KeyedService,
// getUserMedia() request from the web contents.
class StartPageWebContentsDelegate;
-#if defined(OS_CHROMEOS)
// This class observes the change of audio input device availability and
// checks if currently the system has valid audio input.
class AudioStatus;
-#endif
// This class observes network change events and disables/enables voice search
// based on network connectivity.
@@ -175,9 +173,7 @@ class StartPageService : public KeyedService,
bool network_available_;
bool microphone_available_;
-#if defined(OS_CHROMEOS)
std::unique_ptr<AudioStatus> audio_status_;
-#endif
std::unique_ptr<NetworkChangeObserver> network_change_observer_;
bool search_engine_is_google_;
« no previous file with comments | « chrome/browser/ui/app_list/search/search_controller_factory.cc ('k') | chrome/browser/ui/app_list/start_page_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698