| Index: content/child/indexed_db/webidbdatabase_impl.cc
|
| diff --git a/content/child/indexed_db/webidbdatabase_impl.cc b/content/child/indexed_db/webidbdatabase_impl.cc
|
| index 1895b5aff3b5ce6392a2da29a7175dd259e85a52..05a8d02e0ffa2b67478ceba6899787af50804b6c 100644
|
| --- a/content/child/indexed_db/webidbdatabase_impl.cc
|
| +++ b/content/child/indexed_db/webidbdatabase_impl.cc
|
| @@ -115,10 +115,6 @@ int32_t WebIDBDatabaseImpl::addObserver(
|
| return observer_id;
|
| }
|
|
|
| -bool WebIDBDatabaseImpl::containsObserverId(int32_t id) const {
|
| - return ContainsValue(observer_ids_, id);
|
| -}
|
| -
|
| void WebIDBDatabaseImpl::removeObservers(
|
| const std::vector<int32_t>& observer_ids_to_remove) {
|
| for (int32_t id : observer_ids_to_remove)
|
|
|