diff options
Diffstat (limited to 'chrome/app/breakpad_win.cc')
-rw-r--r-- | chrome/app/breakpad_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/breakpad_win.cc b/chrome/app/breakpad_win.cc index 8dc1f3e..d4f7eed 100644 --- a/chrome/app/breakpad_win.cc +++ b/chrome/app/breakpad_win.cc @@ -422,7 +422,7 @@ google_breakpad::CustomClientInfo* GetCustomInfo(const std::wstring& exe_path, // 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"")); } |