| Index: content/browser/browser_context.cc
|
| diff --git a/content/browser/browser_context.cc b/content/browser/browser_context.cc
|
| index d56e797c7e2c7b7b29529742f01de6ac9a09e5a2..8330d673312abf1211d2ce61504ea77ca0ded1f4 100644
|
| --- a/content/browser/browser_context.cc
|
| +++ b/content/browser/browser_context.cc
|
| @@ -125,8 +125,6 @@ FileSystemContext* BrowserContext::GetFileSystemContext(
|
| }
|
|
|
| void BrowserContext::EnsureResourceContextInitialized(BrowserContext* context) {
|
| - if (context->GetResourceContext()->GetUserData(kWebKitContextKeyName))
|
| - return;
|
| InitializeResourceContext(context);
|
| }
|
|
|
|
|