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

Unified Diff: content/browser/indexed_db/indexed_db_browsertest.cc

Issue 1071553002: Optimizes the operation of DeleteDatabase when no backing store exists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Optimizes the operation of DeleteDatabase when no backing store exists. Created 5 years, 8 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/browser/indexed_db/indexed_db_browsertest.cc
diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc
index 21f6ad671169d1a724f4d752361451104f6c2528..4e659bc51217b0f29d320d7843a209a2f1171eba 100644
--- a/content/browser/indexed_db/indexed_db_browsertest.cc
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc
@@ -507,7 +507,7 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DiskFullOnCommit) {
// #6: IndexedDBTransaction::Commit - initial "versionchange" transaction
jsbell 2015/04/22 21:30:07 And renumber this to #4
// * Once the connection is opened, the test runs:
jsbell 2015/04/22 21:30:07 And this becomes #5, matching the instance_num cha
// #7: IndexedDBTransaction::Commit - the test's "readwrite" transaction)
- const int instance_num = 7;
+ const int instance_num = 5;
const int call_num = 1;
FailOperation(FAIL_CLASS_LEVELDB_TRANSACTION, FAIL_METHOD_COMMIT_DISK_FULL,
instance_num, call_num);

Powered by Google App Engine
This is Rietveld 408576698