| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 72f29957ecd0e6c9ebb92481868b9b3596d71f53..bf1bd376fb580664c1ba54746a289d4bdee562c3 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -20,7 +20,6 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "build/build_config.h"
|
| -#include "content/browser/bluetooth/bluetooth_adapter_factory_wrapper.h"
|
| #include "content/browser/child_process_launcher.h"
|
| #include "content/browser/dom_storage/session_storage_namespace_impl.h"
|
| #include "content/browser/power_monitor_message_broadcaster.h"
|
| @@ -262,8 +261,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| void GetAudioOutputControllers(
|
| const GetAudioOutputControllersCallback& callback) const override;
|
|
|
| - BluetoothAdapterFactoryWrapper* GetBluetoothAdapterFactoryWrapper();
|
| -
|
| #if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_MACOSX)
|
| // Launch the zygote early in the browser startup.
|
| static void EarlyZygoteLaunch();
|
| @@ -475,8 +472,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
|
|
| scoped_refptr<AudioInputRendererHost> audio_input_renderer_host_;
|
|
|
| - BluetoothAdapterFactoryWrapper bluetooth_adapter_factory_wrapper_;
|
| -
|
| #if defined(OS_ANDROID)
|
| scoped_refptr<BrowserDemuxerAndroid> browser_demuxer_android_;
|
| #endif
|
|
|