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

Unified Diff: content/common/indexed_db/indexed_db_dispatcher_unittest.cc

Issue 10831138: Remove a ton of IPC from landing putWithIndexKeys (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Additional stuff found with lint Created 8 years, 5 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/common/indexed_db/indexed_db_dispatcher_unittest.cc
diff --git a/content/common/indexed_db/indexed_db_dispatcher_unittest.cc b/content/common/indexed_db/indexed_db_dispatcher_unittest.cc
index db5ab25b69a3c04b268c3c0f0370bfdee9633ac7..c9b48f56d971d06905e1b4862040cd19c415a044 100644
--- a/content/common/indexed_db/indexed_db_dispatcher_unittest.cc
+++ b/content/common/indexed_db/indexed_db_dispatcher_unittest.cc
@@ -47,15 +47,4 @@ TEST(IndexedDBDispatcherTest, ValueSizeTest) {
&ec);
EXPECT_NE(ec, 0);
}
-
- {
- IndexedDBDispatcher dispatcher;
- WebKit::WebExceptionCode ec = 0;
- dispatcher.RequestIDBCursorUpdate(
- value,
- static_cast<WebKit::WebIDBCallbacks*>(NULL),
- dummy_id,
- &ec);
- EXPECT_NE(ec, 0);
- }
}

Powered by Google App Engine
This is Rietveld 408576698