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

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

Issue 187593009: Match Pepper UMA histograms by prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 6 years, 10 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 4fed57b94ebcd581196d7234c13561cbe3f315ae..7039cce6d13ad0df74bc62341a4681e506d16a92 100644
--- a/chrome/renderer/pepper/pepper_uma_host.h
+++ b/chrome/renderer/pepper/pepper_uma_host.h
@@ -66,8 +66,8 @@ class PepperUMAHost : public ppapi::host::ResourceHost {
// Set of origins that can use UMA private APIs from NaCl.
std::set<std::string> allowed_origins_;
- // Set of histograms that can be used from this interface.
- std::set<std::string> allowed_histograms_;
+ // Set of hashed histogram prefixes that can be used from this interface.
+ std::set<std::string> allowed_histogram_prefixes_;
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