Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: chrome/installer/util/master_preferences_constants.h

Issue 5756007: Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 // This file contains the constants used to process master_preferences files 5 // This file contains the constants used to process master_preferences files
6 // used by setup and first run. 6 // used by setup and first run.
7 7
8 #ifndef CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 8 #ifndef CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
9 #define CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 9 #define CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
10 #pragma once 10 #pragma once
11 11
12 namespace installer { 12 namespace installer_util {
13 namespace master_preferences { 13 namespace master_preferences {
14 // All the preferences below are expected to be inside the JSON "distribution" 14 // All the preferences below are expected to be inside the JSON "distribution"
15 // block. Some of them also have equivalent command line option. If same option 15 // block. Some of them also have equivalent command line option. If same option
16 // is specified in master preference as well as command line, the commnd line 16 // is specified in master preference as well as command line, the commnd line
17 // value takes precedence. 17 // value takes precedence.
18 18
19 // Boolean. Use alternate text for the shortcut. Cmd line override present. 19 // Boolean. Use alternate text for the shortcut. Cmd line override present.
20 extern const char kAltShortcutText[]; 20 extern const char kAltShortcutText[];
21 // Boolean. Use alternate smaller first run info bubble. 21 // Boolean. Use alternate smaller first run info bubble.
22 extern const char kAltFirstRunBubble[]; 22 extern const char kAltFirstRunBubble[];
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 extern const char kSearchEngineExperimentPref[]; 75 extern const char kSearchEngineExperimentPref[];
76 // Boolean. Randomize logos in experimental search engine selection dialog. 76 // Boolean. Randomize logos in experimental search engine selection dialog.
77 extern const char kSearchEngineExperimentRandomizePref[]; 77 extern const char kSearchEngineExperimentRandomizePref[];
78 // Boolean. Install Chrome to system wise location. Cmd line override present. 78 // Boolean. Install Chrome to system wise location. Cmd line override present.
79 extern const char kSystemLevel[]; 79 extern const char kSystemLevel[];
80 // Boolean. Run installer in verbose mode. Cmd line override present. 80 // Boolean. Run installer in verbose mode. Cmd line override present.
81 extern const char kVerboseLogging[]; 81 extern const char kVerboseLogging[];
82 // Name of the block that contains the extensions on the master preferences. 82 // Name of the block that contains the extensions on the master preferences.
83 extern const char kExtensionsBlock[]; 83 extern const char kExtensionsBlock[];
84 } // namespace master_preferences 84 } // namespace master_preferences
85 } // namespace installer 85 } // namespace installer_util
86 86
87 #endif // CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_ 87 #endif // CHROME_INSTALLER_UTIL_MASTER_PREFERENCES_CONSTANTS_H_
OLDNEW
« no previous file with comments | « chrome/installer/util/master_preferences.cc ('k') | chrome/installer/util/master_preferences_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698