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

Unified Diff: chrome/renderer/pepper/pepper_uma_host.h

Issue 567913002: Whitelist Widevine CDM for plugin UMA on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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
« no previous file with comments | « no previous file | chrome/renderer/pepper/pepper_uma_host.cc » ('j') | chrome/renderer/pepper/pepper_uma_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/pepper/pepper_uma_host.h
diff --git a/chrome/renderer/pepper/pepper_uma_host.h b/chrome/renderer/pepper/pepper_uma_host.h
index 8d81cd85cd6995b363cc12a7171d793ad4089e5a..b3edff45a48aeaa9bd9c0ae4acfcf22261b70efb 100644
--- a/chrome/renderer/pepper/pepper_uma_host.h
+++ b/chrome/renderer/pepper/pepper_uma_host.h
@@ -70,8 +70,8 @@ class PepperUMAHost : public ppapi::host::ResourceHost {
std::set<std::string> allowed_origins_;
// Set of hashed histogram prefixes that can be used from this interface.
std::set<std::string> allowed_histogram_prefixes_;
- // Set of plugin files names that are allowed to use this interface.
- std::set<std::string> allowed_plugin_base_names_;
+ // Set of plugin file name patterns that are allowed to use this interface.
+ std::set<std::string> allowed_plugin_name_patterns_;
DISALLOW_COPY_AND_ASSIGN(PepperUMAHost);
};
« no previous file with comments | « no previous file | chrome/renderer/pepper/pepper_uma_host.cc » ('j') | chrome/renderer/pepper/pepper_uma_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698