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

Side by Side Diff: chrome/common/pref_names.h

Issue 2369673004: Wire NQE Prefs to Profile (Closed)
Patch Set: Addressed bengr comments Created 4 years, 2 months 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 #if defined(OS_MACOSX) 161 #if defined(OS_MACOSX)
162 extern const char kConfirmToQuitEnabled[]; 162 extern const char kConfirmToQuitEnabled[];
163 extern const char kHideFullscreenToolbar[]; 163 extern const char kHideFullscreenToolbar[];
164 extern const char kShowFullscreenToolbar[]; 164 extern const char kShowFullscreenToolbar[];
165 #endif 165 #endif
166 extern const char kPromptForDownload[]; 166 extern const char kPromptForDownload[];
167 extern const char kAlternateErrorPagesEnabled[]; 167 extern const char kAlternateErrorPagesEnabled[];
168 extern const char kDnsPrefetchingStartupList[]; 168 extern const char kDnsPrefetchingStartupList[];
169 extern const char kDnsPrefetchingHostReferralList[]; 169 extern const char kDnsPrefetchingHostReferralList[];
170 extern const char kHttpServerProperties[]; 170 extern const char kHttpServerProperties[];
171 extern const char kNetworkQualities[];
171 #if defined(OS_ANDROID) 172 #if defined(OS_ANDROID)
172 extern const char kLastPolicyCheckTime[]; 173 extern const char kLastPolicyCheckTime[];
173 #endif 174 #endif
174 extern const char kInstantUIZeroSuggestUrlPrefix[]; 175 extern const char kInstantUIZeroSuggestUrlPrefix[];
175 extern const char kNetworkPredictionOptions[]; 176 extern const char kNetworkPredictionOptions[];
176 extern const char kDefaultAppsInstallState[]; 177 extern const char kDefaultAppsInstallState[];
177 extern const char kHideWebStoreIcon[]; 178 extern const char kHideWebStoreIcon[];
178 #if defined(OS_CHROMEOS) 179 #if defined(OS_CHROMEOS)
179 extern const char kTapToClickEnabled[]; 180 extern const char kTapToClickEnabled[];
180 extern const char kTapDraggingEnabled[]; 181 extern const char kTapDraggingEnabled[];
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 #endif 834 #endif
834 835
835 extern const char kOriginTrialPublicKey[]; 836 extern const char kOriginTrialPublicKey[];
836 extern const char kOriginTrialDisabledFeatures[]; 837 extern const char kOriginTrialDisabledFeatures[];
837 838
838 extern const char kComponentUpdatesEnabled[]; 839 extern const char kComponentUpdatesEnabled[];
839 840
840 } // namespace prefs 841 } // namespace prefs
841 842
842 #endif // CHROME_COMMON_PREF_NAMES_H_ 843 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698