| Index: chrome/browser/browsing_data/browsing_data_remover.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_remover.cc b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| index b8d8e90462794d3024079c69694c53f5315dde74..b15d20bdb98f66978a41cfbd85f73b7a236e6864 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_remover.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_remover.cc
|
| @@ -25,6 +25,7 @@
|
| #include "chrome/browser/history/history_service.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/io_thread.h"
|
| +#include "chrome/browser/media/media_device_id_salt.h"
|
| #include "chrome/browser/nacl_host/nacl_browser.h"
|
| #include "chrome/browser/nacl_host/pnacl_host.h"
|
| #include "chrome/browser/net/chrome_url_request_context.h"
|
| @@ -423,6 +424,7 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask,
|
| }
|
| }
|
| #endif
|
| + MediaDeviceIDSalt::Reset(profile_->GetPrefs());
|
| }
|
|
|
| // Server bound certs are not separated for protected and unprotected web
|
|
|