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

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

Issue 2521903004: Use a scoped_refptr in the IndexedDBCallbacks constructor. (Closed)
Patch Set: Created 4 years, 1 month 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/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 6bf0c9d4489b31e7d2d9898f817e4e9511205f93..bf26a1d436bd4eb4e24d13230298046339bd3de6 100644
--- a/content/browser/indexed_db/indexed_db_callbacks.h
+++ b/content/browser/indexed_db/indexed_db_callbacks.h
@@ -37,7 +37,7 @@ class CONTENT_EXPORT IndexedDBCallbacks
: public base::RefCounted<IndexedDBCallbacks> {
public:
IndexedDBCallbacks(
- IndexedDBDispatcherHost* dispatcher_host,
+ scoped_refptr<IndexedDBDispatcherHost> dispatcher_host,
cmumford 2016/11/22 21:40:10 This change looks good, but can you also change th
Reilly Grant (use Gerrit) 2016/11/22 21:54:53 What other constructors? After landing my last Moj
cmumford 2016/11/28 21:57:28 Nevermind. resolved in offline discussion.
const url::Origin& origin,
::indexed_db::mojom::CallbacksAssociatedPtrInfo callbacks_info);
« no previous file with comments | « no previous file | content/browser/indexed_db/indexed_db_callbacks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698