1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/rappor/rappor_parameters.h"
7 #include "base/compiler_specific.h"
8 #include "base/strings/stringprintf.h"
12 std::string
RapporParameters::ToString() const {
13 return base::StringPrintf("{ %d, %d, %d, %d, %d, %d, %d, %d }",
15 bloom_filter_size_bytes
,
16 bloom_filter_hash_function_count
,
24 const int RapporParameters::kMaxCohorts
= 512;