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

Unified Diff: third_party/WebKit/Source/modules/indexeddb/BUILD.gn

Issue 2511403003: Send IndexedDB observations through IDBDatabaseCallbacks. (Closed)
Patch Set: Remove unnecessary forward declaration. Created 4 years, 1 month 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
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/indexeddb/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
index ffaf7a89c2c554205d8e7e2845d1fdea43db324e..88d4abdfb1a72ca1b5b5226923d726c9e86c3d6a 100644
--- a/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
+++ b/third_party/WebKit/Source/modules/indexeddb/BUILD.gn
@@ -61,7 +61,5 @@ blink_modules_sources("indexeddb") {
"WebIDBCallbacksImpl.h",
"WebIDBDatabaseCallbacksImpl.cpp",
"WebIDBDatabaseCallbacksImpl.h",
- "WebIDBObserverImpl.cpp",
- "WebIDBObserverImpl.h",
]
}
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698