Skip to content

Commit accf8af

Browse files
committed
hacks for breakpad support
1 parent b29cac8 commit accf8af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chrome/common/child_process_logging_posix.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void SetClientId(const std::string& client_id) {
7373

7474
base::strlcpy(g_client_id, str.c_str(), kClientIdSize);
7575
std::wstring wstr = ASCIIToWide(str);
76-
GoogleUpdateSettings::SetMetricsId(wstr);
76+
//GoogleUpdateSettings::SetMetricsId(wstr);
7777
}
7878

7979
std::string GetClientId() {
@@ -148,6 +148,7 @@ void SetCommandLine(const CommandLine* command_line) {
148148
}
149149

150150
void SetExperimentList(const std::vector<string16>& experiments) {
151+
#if 0
151152
std::vector<string16> chunks;
152153
chrome_variations::GenerateVariationChunks(experiments, &chunks);
153154

@@ -169,6 +170,7 @@ void SetExperimentList(const std::vector<string16>& experiments) {
169170
// simultaneously.
170171
snprintf(g_num_variations, arraysize(g_num_variations), "%" PRIuS,
171172
experiments.size());
173+
#endif
172174
}
173175

174176
void SetChannel(const std::string& channel) {

0 commit comments

Comments
 (0)