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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Minor typecasting 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: third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
index 51fe1356a8dceca0a69ea168e254ad28d5dd8355..64257a35296f0de4369d8b50509977131a1c3215 100644
--- a/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
+++ b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
@@ -69,6 +69,7 @@ public:
void indexDeleted(int64_t objectStoreId, int64_t indexId);
void transactionCreated(IDBTransaction*);
void transactionFinished(const IDBTransaction*);
+ const String& getObjectStoreName(int64_t objectStoreId) const;
// Implement the IDL
const String& name() const { return m_metadata.name; }

Powered by Google App Engine
This is Rietveld 408576698