blob: 4b428eea546557b43367358278396d5d09125fcf [file] [log] [blame]
droger888be0b2015-10-01 14:28:521// 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
7namespace flags_ui {
8namespace prefs {
9
10// List of names of the enabled labs experiments.
11const char kEnabledLabsExperiments[] = "browser.enabled_labs_experiments";
12
13} // namespace prefs
14} // namespace flags_ui