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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js

Issue 2818173003: Indexed DB: Remove nonstandard IDBFactory.webkitGetDatabaseNames() (Closed)
Patch Set: Remove content_browsertest for wGDN Created 3 years, 7 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/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js b/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
index c14225f30856c9d31830377b184e996d461db986..2fa0bdcb3b97e1becec9155a9b281be7e77c181b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
+++ b/third_party/WebKit/LayoutTests/http/tests/security/resources/worker-for-indexeddb.js
@@ -11,7 +11,6 @@ self.onmessage = function() {
'result': [
test('deleteDatabase', 'testDBName'),
test('open', 'testDBName'),
- test('webkitGetDatabaseNames')
]
});
};

Powered by Google App Engine
This is Rietveld 408576698