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

Unified Diff: content/child/indexed_db/indexed_db_key_builders.h

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Post wfh, chrishtr review Created 4 years, 5 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/child/indexed_db/indexed_db_key_builders.h
diff --git a/content/child/indexed_db/indexed_db_key_builders.h b/content/child/indexed_db/indexed_db_key_builders.h
index d5f07828bb29036a67500f127cd91c915333f712..fd88b74c7489607c4826efb025726dfe9bb76af3 100644
--- a/content/child/indexed_db/indexed_db_key_builders.h
+++ b/content/child/indexed_db/indexed_db_key_builders.h
@@ -44,6 +44,14 @@ class CONTENT_EXPORT IndexedDBKeyRangeBuilder {
DISALLOW_COPY_AND_ASSIGN(IndexedDBKeyRangeBuilder);
};
+class CONTENT_EXPORT WebIDBKeyRangeBuilder {
+ public:
+ static blink::WebIDBKeyRange Build(const content::IndexedDBKeyRange& key);
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(WebIDBKeyRangeBuilder);
+};
+
class CONTENT_EXPORT IndexedDBKeyPathBuilder {
public:
static IndexedDBKeyPath Build(const blink::WebIDBKeyPath& key_path);

Powered by Google App Engine
This is Rietveld 408576698