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 aa3cc0c3ad231e72bdbaa9a70c5d07b991c67585..3861a670fe03bdfc801e275f2ae04f1496a237c4 100644 |
--- a/content/browser/indexed_db/indexed_db_callbacks.h |
+++ b/content/browser/indexed_db/indexed_db_callbacks.h |
@@ -35,6 +35,9 @@ struct IndexedDBValue; |
class CONTENT_EXPORT IndexedDBCallbacks |
: public base::RefCounted<IndexedDBCallbacks> { |
public: |
+ // Destructively converts an IndexedDBValue to a Mojo Value. |
+ static ::indexed_db::mojom::ValuePtr ConvertValue(IndexedDBValue* value); |
+ |
IndexedDBCallbacks( |
scoped_refptr<IndexedDBDispatcherHost> dispatcher_host, |
const url::Origin& origin, |