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

Unified Diff: content/browser/indexed_db/indexed_db_dispatcher_host.h

Issue 2784003002: [IndexedDB] Mojo testing harness. (Closed)
Patch Set: comments, removed thread flushing Created 3 years, 7 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
Index: content/browser/indexed_db/indexed_db_dispatcher_host.h
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
index c64c71f5a9966d9f8271f203bf261d9c278b829d..b020fe534bb46dfeef602f169ca4efe00c3c972c 100644
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
@@ -16,6 +16,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "content/browser/blob_storage/chrome_blob_storage_context.h"
+#include "content/common/content_export.h"
#include "content/common/indexed_db/indexed_db.mojom.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_process_host_observer.h"
@@ -84,6 +85,7 @@ class CONTENT_EXPORT IndexedDBDispatcherHost
class IDBThreadHelper;
// Friends to enable OnDestruct() delegation.
friend class BrowserThread;
+ friend class IndexedDBDispatcherHostTest;
friend class base::DeleteHelper<IndexedDBDispatcherHost>;
~IndexedDBDispatcherHost() override;

Powered by Google App Engine
This is Rietveld 408576698