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

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

Issue 774553002: Revert of Updates the mic icon status based on the device's audio state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 d33bd531bbd29826fc90f2c6560ed88b22da43ed..61e226055de48df5c1ac945ab210ba55c6aaf6d9 100644
--- a/chrome/browser/ui/app_list/start_page_service.h
+++ b/chrome/browser/ui/app_list/start_page_service.h
@@ -88,12 +88,6 @@
// 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
-
void LoadContents();
void UnloadContents();
@@ -115,10 +109,6 @@
scoped_ptr<SpeechRecognizer> speech_recognizer_;
-#if defined(OS_CHROMEOS)
- scoped_ptr<AudioStatus> audio_status_;
-#endif
-
base::WeakPtrFactory<StartPageService> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(StartPageService);
« no previous file with comments | « chrome/browser/ui/app_list/search/search_resource_manager.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