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

Unified Diff: trunk/src/content/renderer/renderer_webkitplatformsupport_impl.cc

Issue 15870003: Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
« no previous file with comments | « trunk/src/content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/renderer_webkitplatformsupport_impl.cc
===================================================================
--- trunk/src/content/renderer/renderer_webkitplatformsupport_impl.cc (revision 202301)
+++ trunk/src/content/renderer/renderer_webkitplatformsupport_impl.cc (working copy)
@@ -358,9 +358,8 @@
WebIDBFactory* RendererWebKitPlatformSupportImpl::idbFactory() {
if (!web_idb_factory_) {
- if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess) &&
- !CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewIndexedDB))
- web_idb_factory_.reset(WebIDBFactory::create());
+ if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess))
+ web_idb_factory_.reset(WebIDBFactory::create());
else
web_idb_factory_.reset(new RendererWebIDBFactoryImpl());
}
« no previous file with comments | « trunk/src/content/public/common/content_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698