blob: 31a2ea0c096310d2548de7d95f6deffa8fd0af59 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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 using HIGH vs MEDIUM memory models.
// const wchar_t* BrowserTrial::kMemoryModelFieldTrial = L"memory_model";
|