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 4824b4ad5e27dbca1b22331a585420170e72fbdf..d81843492729eabd8b8b896f50779e76b5fdf7a6 100644 |
--- a/chrome/browser/browsing_data/browsing_data_remover.cc |
+++ b/chrome/browser/browsing_data/browsing_data_remover.cc |
@@ -29,6 +29,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/pnacl_host.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
#include "chrome/browser/net/predictor.h" |
@@ -433,6 +434,7 @@ void BrowsingDataRemover::RemoveImpl(int remove_mask, |
} |
} |
#endif |
+ MediaDeviceIDSalt::Reset(profile_->GetPrefs()); |
} |
// Server bound certs are not separated for protected and unprotected web |