Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(373)

Unified Diff: content/browser/browser_main_loop.h

Issue 1504033007: Move Indexed DB from dedicated thread to task scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timer
Patch Set: Tweak traits Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698