blob: 10ffcdad65df73553d9dc98c1d6488fb89843a39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/browser_trial.h"
// The following is a sample of the lines that should be listed here.
// // A test to determine the impact of kCase1 vs kCase2 pruning algorithms.
// const wchar_t* BrowserTrial::kPruningAlgorithmFieldTrial =
// L"pruning_algorithm";
|