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

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

Issue 79263003: Merge 233505 "Tear down IndexedDB dispatcher before WebKit is to..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: Created 7 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 | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_browsertest.cc
===================================================================
--- content/browser/indexed_db/indexed_db_browsertest.cc (revision 236350)
+++ content/browser/indexed_db/indexed_db_browsertest.cc (working copy)
@@ -431,4 +431,16 @@
EXPECT_EQ(expected_title16, title_watcher.WaitAndGetTitle());
}
+class IndexedDBBrowserTestSingleProcess : public IndexedDBBrowserTest {
+ public:
+ virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+ command_line->AppendSwitch(switches::kSingleProcess);
+ }
+};
+
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestSingleProcess,
+ RenderThreadShutdownTest) {
+ SimpleTest(GetTestUrl("indexeddb", "shutdown_with_requests.html"));
+}
+
} // namespace content
« no previous file with comments | « no previous file | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698