| Index: chrome/browser/extensions/updater/chrome_update_client_config.cc
|
| diff --git a/chrome/browser/extensions/updater/chrome_update_client_config.cc b/chrome/browser/extensions/updater/chrome_update_client_config.cc
|
| index bbc38547943c8d56ff505dc38349448591bede2a..7fe40423a4023c06484ec226f9fbce45596369e4 100644
|
| --- a/chrome/browser/extensions/updater/chrome_update_client_config.cc
|
| +++ b/chrome/browser/extensions/updater/chrome_update_client_config.cc
|
| @@ -11,6 +11,7 @@
|
| #include "chrome/common/channel_info.h"
|
| #include "components/prefs/pref_service.h"
|
| #include "content/public/browser/browser_context.h"
|
| +#include "content/public/browser/storage_partition.h"
|
|
|
| namespace extensions {
|
|
|
| @@ -19,7 +20,8 @@ namespace extensions {
|
| ChromeUpdateClientConfig::ChromeUpdateClientConfig(
|
| content::BrowserContext* context)
|
| : impl_(base::CommandLine::ForCurrentProcess(),
|
| - context->GetRequestContext(),
|
| + content::BrowserContext::GetDefaultStoragePartition(context)->
|
| + GetURLRequestContext(),
|
| true) {}
|
|
|
| int ChromeUpdateClientConfig::InitialDelay() const {
|
|
|