diff options
author | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 21:49:07 +0000 |
---|---|---|
committer | stevet@chromium.org <stevet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 21:49:07 +0000 |
commit | 2ac73f60740f1f6f2d0ee06b9ec4707db175251e (patch) | |
tree | 27a72c0b2e8d5c441484fe3dbe515c352cf5d525 /chrome/common/child_process_logging.h | |
parent | 01334e4502eb0239236c05c0871f269dc5149986 (diff) | |
download | chromium_src-2ac73f60740f1f6f2d0ee06b9ec4707db175251e.zip chromium_src-2ac73f60740f1f6f2d0ee06b9ec4707db175251e.tar.gz chromium_src-2ac73f60740f1f6f2d0ee06b9ec4707db175251e.tar.bz2 |
Rename all of experiments_helper to variations_helper, including files, namespaces, and various function names.
TEST=none
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10795060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151357 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging.h')
-rw-r--r-- | chrome/common/child_process_logging.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h index a439461..532d6a4 100644 --- a/chrome/common/child_process_logging.h +++ b/chrome/common/child_process_logging.h @@ -25,15 +25,15 @@ struct GPUInfo; // dependency. static const int kMaxReportedActiveExtensions = 10; -// The maximum number of experiment chunks we will report. +// The maximum number of variation chunks we will report. // Also used in chrome/app, but we define it here to avoid a common->app // dependency. -static const int kMaxReportedExperimentChunks = 15; +static const int kMaxReportedVariationChunks = 15; -// The maximum size of an experiment chunk. This size was picked to be +// The maximum size of a variation chunk. This size was picked to be // consistent between platforms and the value was chosen from the Windows // limit of google_breakpad::CustomInfoEntry::kValueMaxLength. -static const size_t kMaxExperimentChunkSize = 64; +static const size_t kMaxVariationChunkSize = 64; // The maximum number of prn-info-* records. static const size_t kMaxReportedPrinterRecords = 4; |