| 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);
|
| };
|
|
|