Index: content/shell/shell_browser_context.cc |
diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc |
index f5c699611eea933f1e3338bb5d1b2fa4f5d41089..a5ae692b5cdc12b7fd3ac5ee9f2ccc25c6adc2b4 100644 |
--- a/content/shell/shell_browser_context.cc |
+++ b/content/shell/shell_browser_context.cc |
@@ -248,7 +248,8 @@ void ShellBrowserContext::CreateQuotaManagerAndClients() { |
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)); |
webkit_context_ = new WebKitContext( |
IsOffTheRecord(), GetPath(), NULL, false, quota_manager_->proxy(), |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::WEBKIT)); |
+ BrowserThread::GetMessageLoopProxyForThread( |
+ BrowserThread::WEBKIT_DEPRECATED)); |
appcache_service_ = new ChromeAppCacheService(quota_manager_->proxy()); |
scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy; |
BrowserThread::PostTask( |