summaryrefslogtreecommitdiffstats
path: root/components/flags_ui/flags_ui_pref_names.h
diff options
context:
space:
mode:
authordroger <droger@chromium.org>2015-10-01 07:28:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-01 14:29:55 +0000
commit888be0be604eea3129d1b3c1a3516ad379c71ca7 (patch)
tree8be0955d8f189921ae49ef3ec03e212db8baafd4 /components/flags_ui/flags_ui_pref_names.h
parenta6df23803dd7a79342b70bb8bbacb6868d995626 (diff)
downloadchromium_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.h16
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_