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

Unified Diff: chrome/browser/policy/preg_parser_win.h

Issue 14294008: Add UMA histograms for policy loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 7 years, 8 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 | « chrome/browser/policy/policy_loader_win.cc ('k') | chrome/browser/policy/preg_parser_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/preg_parser_win.h
diff --git a/chrome/browser/policy/preg_parser_win.h b/chrome/browser/policy/preg_parser_win.h
index 09427e6a04e8daa915b1db4799dbbb00ba14c82d..1c0b9b0ba2906e214b62bf057147e8f9469ad1a1 100644
--- a/chrome/browser/policy/preg_parser_win.h
+++ b/chrome/browser/policy/preg_parser_win.h
@@ -21,6 +21,9 @@ class FilePath;
}
namespace policy {
+
+class PolicyLoadStatusSample;
+
namespace preg_parser {
// Reads the PReg file at |file_path| and writes the registry data to |dict|.
@@ -28,7 +31,8 @@ namespace preg_parser {
// everything else gets ignored.
bool ReadFile(const base::FilePath& file_path,
const string16& root,
- base::DictionaryValue* dict);
+ base::DictionaryValue* dict,
+ PolicyLoadStatusSample* status);
} // namespace preg_parser
} // namespace policy
« no previous file with comments | « chrome/browser/policy/policy_loader_win.cc ('k') | chrome/browser/policy/preg_parser_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698