| 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 30200759093ab37c92442e82f3a100d1cb41eba1..51819825a0da5c4252534d044156d2ccd764259b 100644
|
| --- a/chrome/browser/ui/app_list/start_page_service.h
|
| +++ b/chrome/browser/ui/app_list/start_page_service.h
|
| @@ -28,8 +28,6 @@
|
| #include "ui/app_list/speech_ui_model_observer.h"
|
|
|
| namespace content {
|
| -struct FrameNavigateParams;
|
| -struct LoadCommittedDetails;
|
| struct SpeechRecognitionSessionPreamble;
|
| }
|
|
|
| @@ -144,14 +142,8 @@ class StartPageService : public KeyedService,
|
| void Shutdown() override;
|
|
|
| // contents::WebContentsObserver overrides;
|
| - void DidNavigateMainFrame(
|
| - const content::LoadCommittedDetails& details,
|
| - const content::FrameNavigateParams& params) override;
|
| - void DidFailProvisionalLoad(content::RenderFrameHost* render_frame_host,
|
| - const GURL& validated_url,
|
| - int error_code,
|
| - const base::string16& error_description,
|
| - bool was_ignored_by_handler) override;
|
| + void DidFinishNavigation(
|
| + content::NavigationHandle* navigation_handle) override;
|
|
|
| // Change the known microphone availability. |available| should be true if
|
| // the microphone exists and is available for use.
|
|
|