| 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 e4fe843b1ecbd1b5b71f2a962a1ffba13a82437b..cf6933844b160cba0c2862b633f7ec76c3e64fbd 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.h
|
| +++ b/chrome/browser/ui/app_list/start_page_service.h
|
| @@ -142,6 +142,8 @@ class StartPageService : public KeyedService,
|
| void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) override;
|
| + void RenderProcessGone(base::TerminationStatus status) override;
|
| +
|
|
|
| // Change the known microphone availability. |available| should be true if
|
| // the microphone exists and is available for use.
|
|
|