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

Unified Diff: chrome/app/breakpad_win.cc

Issue 10795060: Rename all of experiments_helper to variations_helper, including files, namespaces, and various fun… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: rebase Created 8 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
« no previous file with comments | « chrome/app/breakpad_unittest_win.cc ('k') | chrome/browser/autocomplete/autocomplete_field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_win.cc
===================================================================
--- chrome/app/breakpad_win.cc (revision 151328)
+++ chrome/app/breakpad_win.cc (working copy)
@@ -422,7 +422,7 @@
// And the test code depends on this.
DCHECK_EQ(g_num_of_experiments_offset + 1, g_experiment_chunks_offset);
// one-based index for the name suffix.
- for (int i = 1; i <= kMaxReportedExperimentChunks; ++i) {
+ for (int i = 1; i <= kMaxReportedVariationChunks; ++i) {
g_custom_entries->push_back(google_breakpad::CustomInfoEntry(
base::StringPrintf(L"experiment-chunk-%i", i).c_str(), L""));
}
« no previous file with comments | « chrome/app/breakpad_unittest_win.cc ('k') | chrome/browser/autocomplete/autocomplete_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698