droger | 888be0b | 2015-10-01 14:28:52 | [diff] [blame] | 1 | // Copyright 2015 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 "components/flags_ui/flags_ui_pref_names.h" | ||||
6 | |||||
7 | namespace flags_ui { | ||||
8 | namespace prefs { | ||||
9 | |||||
10 | // List of names of the enabled labs experiments. | ||||
11 | const char kEnabledLabsExperiments[] = "browser.enabled_labs_experiments"; | ||||
12 | |||||
13 | } // namespace prefs | ||||
14 | } // namespace flags_ui |