diff options
author | droger <droger@chromium.org> | 2015-10-01 07:28:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-01 14:29:55 +0000 |
commit | 888be0be604eea3129d1b3c1a3516ad379c71ca7 (patch) | |
tree | 8be0955d8f189921ae49ef3ec03e212db8baafd4 /components/flags_ui/flags_ui_pref_names.h | |
parent | a6df23803dd7a79342b70bb8bbacb6868d995626 (diff) | |
download | chromium_src-888be0be604eea3129d1b3c1a3516ad379c71ca7.zip chromium_src-888be0be604eea3129d1b3c1a3516ad379c71ca7.tar.gz chromium_src-888be0be604eea3129d1b3c1a3516ad379c71ca7.tar.bz2 |
Move FlagsStorage to //components/flags_ui
This allows sharing the code with the iOS build.
TBR=jochen
Review URL: https://codereview.chromium.org/1380713002
Cr-Commit-Position: refs/heads/master@{#351794}
Diffstat (limited to 'components/flags_ui/flags_ui_pref_names.h')
-rw-r--r-- | components/flags_ui/flags_ui_pref_names.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/components/flags_ui/flags_ui_pref_names.h b/components/flags_ui/flags_ui_pref_names.h new file mode 100644 index 0000000..8b947d08 --- /dev/null +++ b/components/flags_ui/flags_ui_pref_names.h @@ -0,0 +1,16 @@ +// Copyright 2015 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. +// +#ifndef COMPONENTS_FLAGS_UI_FLAGS_UI_PREF_NAMES_H_ +#define COMPONENTS_FLAGS_UI_FLAGS_UI_PREF_NAMES_H_ + +namespace flags_ui { +namespace prefs { + +extern const char kEnabledLabsExperiments[]; + +} // namespace prefs +} // namespace flags_ui + +#endif // COMPONENTS_FLAGS_UI_FLAGS_UI_PREF_NAMES_H_ |