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

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

Issue 2727733004: [IndexedDB] Closing mojo connections when renderer quits (Closed)
Patch Set: Cleaned up logging Created 3 years, 9 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 | « content/browser/indexed_db/database_impl.cc ('k') | content/browser/indexed_db/indexed_db_callbacks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_callbacks.h
diff --git a/content/browser/indexed_db/indexed_db_callbacks.h b/content/browser/indexed_db/indexed_db_callbacks.h
index b72fc605e8cd53ff426a5fc3e80cafc062876907..e42fce092ad30c002913dde417583c4473f486e0 100644
--- a/content/browser/indexed_db/indexed_db_callbacks.h
+++ b/content/browser/indexed_db/indexed_db_callbacks.h
@@ -40,7 +40,7 @@ class CONTENT_EXPORT IndexedDBCallbacks
IndexedDBValue* value);
IndexedDBCallbacks(
- scoped_refptr<IndexedDBDispatcherHost> dispatcher_host,
+ IndexedDBDispatcherHost* dispatcher_host,
const url::Origin& origin,
::indexed_db::mojom::CallbacksAssociatedPtrInfo callbacks_info);
@@ -107,7 +107,7 @@ class CONTENT_EXPORT IndexedDBCallbacks
class IOThreadHelper;
// Originally from IndexedDBCallbacks:
- scoped_refptr<IndexedDBDispatcherHost> dispatcher_host_;
+ IndexedDBDispatcherHost* dispatcher_host_;
Reilly Grant (use Gerrit) 2017/03/10 00:11:22 I'm less confident that this is safe unless we can
dmurph 2017/03/10 23:40:26 Removed. All raw pointers are removed except for o
// IndexedDBDatabase callbacks ------------------------
url::Origin origin_;
« no previous file with comments | « content/browser/indexed_db/database_impl.cc ('k') | content/browser/indexed_db/indexed_db_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698