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

Unified Diff: content/test/data/indexeddb/common.js

Issue 10826159: Browser test for migrating from schema v0 to v1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: data files already committed Created 8 years, 4 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/test/data/indexeddb/common.js
diff --git a/content/test/data/indexeddb/common.js b/content/test/data/indexeddb/common.js
index 95f5396ffbe281f7f1104ad196754a93e1cffd1a..11d2adc8b0ecc0ac1a9f776a29dbecafa0c7a97c 100644
--- a/content/test/data/indexeddb/common.js
+++ b/content/test/data/indexeddb/common.js
@@ -52,6 +52,11 @@ function unexpectedErrorCallback()
fail('unexpectedErrorCallback');
}
+function unexpectedBlockedCallback()
+{
+ fail('unexpectedBlockedCallback');
+}
+
function deleteAllObjectStores(db)
{
objectStoreNames = db.objectStoreNames;
« no previous file with comments | « content/browser/in_process_webkit/indexed_db_browsertest.cc ('k') | content/test/data/indexeddb/migration_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698