| Index: content/browser/plugin_data_remover_impl.cc
|
| diff --git a/content/browser/plugin_data_remover_impl.cc b/content/browser/plugin_data_remover_impl.cc
|
| index 90f161d230f54b34864ea792abce94409e4c0e59..a38f47820c935bfee52d55890f3e2ed462ed9e7d 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -69,8 +69,7 @@ class PluginDataRemoverImpl::Context
|
| begin_time_(begin_time),
|
| is_removing_(false),
|
| browser_context_path_(browser_context->GetPath()),
|
| - resource_context_(browser_context->GetResourceContext()),
|
| - channel_(NULL) {
|
| + resource_context_(browser_context->GetResourceContext()) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| }
|
|
|
|
|