| 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 151a0b917a6b7d4f6db26e90f12b4f0b89db8909..6044984e5c52d8d77eb1dd62ae27a95fa60509bf 100644
|
| --- a/content/browser/plugin_data_remover_impl.cc
|
| +++ b/content/browser/plugin_data_remover_impl.cc
|
| @@ -127,7 +127,7 @@ class PluginDataRemoverImpl::Context
|
| SignalDone();
|
| }
|
|
|
| - bool OffTheRecord() override { return false; }
|
| + bool Incognito() override { return false; }
|
|
|
| // PpapiPluginProcessHost::BrokerClient implementation.
|
| void GetPpapiChannelInfo(base::ProcessHandle* renderer_handle,
|
|
|