| Index: content/browser/browser_main_loop.h
|
| diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h
|
| index be9196b5241b01ecc8ac7e724b65c9ff7a5effc3..106938147ec95c18a9bc1e4c061a3863fce309d3 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -151,7 +151,6 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| return discardable_shared_memory_manager_.get();
|
| }
|
| midi::MidiService* midi_service() const { return midi_service_.get(); }
|
| - base::Thread* indexed_db_thread() const { return indexed_db_thread_.get(); }
|
|
|
| bool is_tracing_startup_for_duration() const {
|
| return is_tracing_startup_for_duration_;
|
| @@ -282,7 +281,6 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| std::unique_ptr<BrowserProcessSubThread> io_thread_;
|
|
|
| // Members initialized in |BrowserThreadsStarted()| --------------------------
|
| - std::unique_ptr<base::Thread> indexed_db_thread_;
|
| std::unique_ptr<ServiceManagerContext> service_manager_context_;
|
| std::unique_ptr<mojo::edk::ScopedIPCSupport> mojo_ipc_support_;
|
|
|
|
|