[email protected] | aa61db0 | 2013-04-23 00:23:49 | [diff] [blame] | 1 | // 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 Cary | 4f09c14 | 2019-03-06 11:15:56 | [diff] [blame] | 7 | #include "chrome/browser/browser_process.h" |
[email protected] | aa61db0 | 2013-04-23 00:23:49 | [diff] [blame] | 8 | |
9 | namespace chrome { | ||||
10 | |||||
droger | bbb4856 | 2016-12-07 13:35:31 | [diff] [blame] | 11 | void SetupMobileFieldTrials() { |
Matthew Cary | 4f09c14 | 2019-03-06 11:15:56 | [diff] [blame] | 12 | DCHECK(!g_browser_process); |
[email protected] | aa61db0 | 2013-04-23 00:23:49 | [diff] [blame] | 13 | } |
14 | |||||
15 | } // namespace chrome |