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 60ba4bb27a7b203db32deb4bc10ecc1cc6763aaf..3174ab1089f2a5281f3b119b14cac7a6d370d85b 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/pnacl_host.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
#include "chrome/browser/net/predictor.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 |