Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5888)

Unified Diff: chrome/common/pref_names.h

Issue 54863002: Implement a salt for MediaSource IDs that can be cleared by a user. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved GetMediaDeviceIDSalt to ResourceContext. Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index da61b8d252a394c1440fdfdddcb15683d448e9c0..e33a26d26a67fcd6a5e0469d1bf19e380c05298a 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -669,6 +669,7 @@ extern const char kGoogleGeolocationAccessEnabled[];
extern const char kDefaultAudioCaptureDevice[];
extern const char kDefaultVideoCaptureDevice[];
+extern const char kMediaDeviceIdSalt[];
extern const char kRemoteAccessHostFirewallTraversal[];
extern const char kRemoteAccessHostRequireTwoFactor[];

Powered by Google App Engine
This is Rietveld 408576698