blob: 49db20d894d6ed0f7ca490afdc13a4369caebc54 [file] [log] [blame]
[email protected]aa61db02013-04-23 00:23:491// Copyright 2013 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.
4
5#include "chrome/browser/chrome_browser_field_trials_mobile.h"
6
Matthew Cary4f09c142019-03-06 11:15:567#include "chrome/browser/browser_process.h"
[email protected]aa61db02013-04-23 00:23:498
9namespace chrome {
10
drogerbbb48562016-12-07 13:35:3111void SetupMobileFieldTrials() {
Matthew Cary4f09c142019-03-06 11:15:5612 DCHECK(!g_browser_process);
[email protected]aa61db02013-04-23 00:23:4913}
14
15} // namespace chrome