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

Unified Diff: chrome/browser/metrics/metrics_service_accessor.h

Issue 440693002: Add function to register a synthetic trial with the trial hash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 4 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
Index: chrome/browser/metrics/metrics_service_accessor.h
===================================================================
--- chrome/browser/metrics/metrics_service_accessor.h (revision 287334)
+++ chrome/browser/metrics/metrics_service_accessor.h (working copy)
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_METRICS_METRICS_SERVICE_ACCESSOR_H_
#define CHROME_BROWSER_METRICS_METRICS_SERVICE_ACCESSOR_H_
+#include <stdint.h>
#include <string>
#include "base/macros.h"
@@ -34,8 +35,8 @@
// is registered for a given trial name will be recorded. The values passed
// in must not correspond to any real field trial in the code.
jwd 2014/08/05 19:26:05 Update comment.
Alexei Svitkine (slow) 2014/08/05 19:31:40 Done. Gutted most of the comment, instead pointing
static bool RegisterSyntheticFieldTrial(MetricsService* metrics_service,
- const std::string& trial,
- const std::string& group);
+ uint32_t trial_name_hash,
+ uint32_t group_name_hash);
private:
DISALLOW_COPY_AND_ASSIGN(MetricsServiceAccessor);
« no previous file with comments | « chrome/browser/metrics/chrome_metrics_service_accessor.cc ('k') | chrome/browser/metrics/metrics_service_accessor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698