OLD | NEW |
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "chrome/installer/util/master_preferences_constants.h" | 5 #include "chrome/installer/util/master_preferences_constants.h" |
6 | 6 |
7 namespace installer_util { | 7 namespace installer { |
8 namespace master_preferences { | 8 namespace master_preferences { |
9 const char kAltFirstRunBubble[] = "oem_bubble"; | 9 const char kAltFirstRunBubble[] = "oem_bubble"; |
10 const char kAltShortcutText[] = "alternate_shortcut_text"; | 10 const char kAltShortcutText[] = "alternate_shortcut_text"; |
11 const char kCeee[] = "ceee"; | 11 const char kCeee[] = "ceee"; |
12 const char kChrome[] = "chrome"; | 12 const char kChrome[] = "chrome"; |
13 const char kChromeFrame[] = "chrome_frame"; | 13 const char kChromeFrame[] = "chrome_frame"; |
14 const char kChromeShortcutIconIndex[] = "chrome_shortcut_icon_index"; | 14 const char kChromeShortcutIconIndex[] = "chrome_shortcut_icon_index"; |
15 const char kCreateAllShortcuts[] = "create_all_shortcuts"; | 15 const char kCreateAllShortcuts[] = "create_all_shortcuts"; |
16 const char kDisableLogging[] = "disable_logging"; | 16 const char kDisableLogging[] = "disable_logging"; |
17 const char kDistroImportBookmarksPref[] = "import_bookmarks"; | 17 const char kDistroImportBookmarksPref[] = "import_bookmarks"; |
(...skipping 16 matching lines...) Expand all Loading... |
34 const char kMsi[] = "msi"; | 34 const char kMsi[] = "msi"; |
35 const char kMultiInstall[] = "multi_install"; | 35 const char kMultiInstall[] = "multi_install"; |
36 const char kRequireEula[] = "require_eula"; | 36 const char kRequireEula[] = "require_eula"; |
37 const char kSearchEngineExperimentPref[] = "search_engine_experiment"; | 37 const char kSearchEngineExperimentPref[] = "search_engine_experiment"; |
38 const char kSearchEngineExperimentRandomizePref[] = | 38 const char kSearchEngineExperimentRandomizePref[] = |
39 "search_engine_experiment_randomize"; | 39 "search_engine_experiment_randomize"; |
40 const char kSystemLevel[] = "system_level"; | 40 const char kSystemLevel[] = "system_level"; |
41 const char kVerboseLogging[] = "verbose_logging"; | 41 const char kVerboseLogging[] = "verbose_logging"; |
42 const char kExtensionsBlock[] = "extensions.settings"; | 42 const char kExtensionsBlock[] = "extensions.settings"; |
43 } // namespace master_preferences | 43 } // namespace master_preferences |
44 } // namespace installer_util | 44 } // namespace installer |
OLD | NEW |