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

Unified Diff: webkit/tools/test_shell/test_shell_webkit_init.cc

Issue 3282003: Support handling blob URL and resolve blob references in upload data.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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: webkit/tools/test_shell/test_shell_webkit_init.cc
===================================================================
--- webkit/tools/test_shell/test_shell_webkit_init.cc (revision 57912)
+++ webkit/tools/test_shell/test_shell_webkit_init.cc (working copy)
@@ -66,6 +66,8 @@
WebKit::WebDatabase::setObserver(&database_system_);
+ web_blob_registry_ = new TestShellWebBlobRegistryImpl();
+
file_utilities_.set_sandbox_enabled(false);
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698