| Index: components/arc/arc_bridge_service.h
|
| diff --git a/components/arc/arc_bridge_service.h b/components/arc/arc_bridge_service.h
|
| index 48fca23f2e899fbad43ab3b426d7e042be494df2..a7377f9504a323a94b2345dc6893346fb2a3518c 100644
|
| --- a/components/arc/arc_bridge_service.h
|
| +++ b/components/arc/arc_bridge_service.h
|
| @@ -39,7 +39,6 @@
|
| class TracingInstance;
|
| class TtsInstance;
|
| class VideoInstance;
|
| -class VoiceInteractionFrameworkInstance;
|
| class WallpaperInstance;
|
|
|
| } // namespace mojom
|
| @@ -94,10 +93,6 @@
|
| InstanceHolder<mojom::TracingInstance>* tracing() { return &tracing_; }
|
| InstanceHolder<mojom::TtsInstance>* tts() { return &tts_; }
|
| InstanceHolder<mojom::VideoInstance>* video() { return &video_; }
|
| - InstanceHolder<mojom::VoiceInteractionFrameworkInstance>*
|
| - voice_interaction_framework() {
|
| - return &voice_interaction_framework_;
|
| - }
|
| InstanceHolder<mojom::WallpaperInstance>* wallpaper() { return &wallpaper_; }
|
|
|
| private:
|
| @@ -126,8 +121,6 @@
|
| InstanceHolder<mojom::TracingInstance> tracing_;
|
| InstanceHolder<mojom::TtsInstance> tts_;
|
| InstanceHolder<mojom::VideoInstance> video_;
|
| - InstanceHolder<mojom::VoiceInteractionFrameworkInstance>
|
| - voice_interaction_framework_;
|
| InstanceHolder<mojom::WallpaperInstance> wallpaper_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ArcBridgeService);
|
|
|