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

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

Issue 2125213002: [IndexedDB] Propogating changes to observers : Renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime
Patch Set: Implements IDBObserverChanges IDL records map 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/webidbdatabase_impl.h
diff --git a/content/child/indexed_db/webidbdatabase_impl.h b/content/child/indexed_db/webidbdatabase_impl.h
index 2be351f1989d81b34555a0ec71ade20b12da53e9..2c9b3b78b04f11dfa0c44330710ee754c6acbc9c 100644
--- a/content/child/indexed_db/webidbdatabase_impl.h
+++ b/content/child/indexed_db/webidbdatabase_impl.h
@@ -48,7 +48,6 @@ class WebIDBDatabaseImpl : public blink::WebIDBDatabase {
int32_t addObserver(std::unique_ptr<blink::WebIDBObserver>,
long long transactionId) override;
- bool containsObserverId(int32_t id) const override;
void removeObservers(
const std::vector<int32_t>& observer_ids_to_remove) override;

Powered by Google App Engine
This is Rietveld 408576698