OLD | NEW |
---|---|
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
158 extern const char kDnsPrefetchingHostReferralList[]; | 158 extern const char kDnsPrefetchingHostReferralList[]; |
159 extern const char kDisableSpdy[]; | 159 extern const char kDisableSpdy[]; |
160 extern const char kHttpServerProperties[]; | 160 extern const char kHttpServerProperties[]; |
161 extern const char kSpdyServers[]; | 161 extern const char kSpdyServers[]; |
162 extern const char kAlternateProtocolServers[]; | 162 extern const char kAlternateProtocolServers[]; |
163 extern const char kDisabledSchemes[]; | 163 extern const char kDisabledSchemes[]; |
164 #if defined(OS_ANDROID) || defined(OS_IOS) | 164 #if defined(OS_ANDROID) || defined(OS_IOS) |
165 extern const char kLastPolicyCheckTime[]; | 165 extern const char kLastPolicyCheckTime[]; |
166 #endif | 166 #endif |
167 extern const char kInstantUIZeroSuggestUrlPrefix[]; | 167 extern const char kInstantUIZeroSuggestUrlPrefix[]; |
168 extern const char kMultipleProfilePrefMigration[]; | 168 extern const char kMultipleProfilePrefMigration[]; // OBSOLETE |
rkaplow
2015/02/20 21:58:08
some are marked OBSOLETE. Should I be removing thi
gab
2015/02/23 16:09:37
The other ones FWICT are declared globally but onl
rkaplow
2015/02/23 23:27:52
already having a bit of trouble keeping track of e
gab
2015/02/24 20:55:19
Ok NP, though I think kCookieBehavior is the only
rkaplow
2015/02/24 22:41:11
You're correct. Done
| |
169 extern const char kNetworkPredictionEnabled[]; | 169 extern const char kNetworkPredictionEnabled[]; |
170 extern const char kNetworkPredictionOptions[]; | 170 extern const char kNetworkPredictionOptions[]; |
171 extern const char kDefaultAppsInstallState[]; | 171 extern const char kDefaultAppsInstallState[]; |
172 extern const char kHideWebStoreIcon[]; | 172 extern const char kHideWebStoreIcon[]; |
173 #if defined(OS_CHROMEOS) | 173 #if defined(OS_CHROMEOS) |
174 extern const char kTapToClickEnabled[]; | 174 extern const char kTapToClickEnabled[]; |
175 extern const char kTapDraggingEnabled[]; | 175 extern const char kTapDraggingEnabled[]; |
176 extern const char kEnableTouchpadThreeFingerClick[]; | 176 extern const char kEnableTouchpadThreeFingerClick[]; |
177 extern const char kNaturalScroll[]; | 177 extern const char kNaturalScroll[]; |
178 extern const char kPrimaryMouseButtonRight[]; | 178 extern const char kPrimaryMouseButtonRight[]; |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
484 extern const char kStabilityPluginInstances[]; | 484 extern const char kStabilityPluginInstances[]; |
485 extern const char kStabilityPluginCrashes[]; | 485 extern const char kStabilityPluginCrashes[]; |
486 extern const char kStabilityPluginLoadingErrors[]; | 486 extern const char kStabilityPluginLoadingErrors[]; |
487 | 487 |
488 extern const char kUninstallMetricsPageLoadCount[]; | 488 extern const char kUninstallMetricsPageLoadCount[]; |
489 extern const char kUninstallLastLaunchTimeSec[]; | 489 extern const char kUninstallLastLaunchTimeSec[]; |
490 extern const char kUninstallLastObservedRunTimeSec[]; | 490 extern const char kUninstallLastObservedRunTimeSec[]; |
491 | 491 |
492 extern const char kBrowserSuppressDefaultBrowserPrompt[]; | 492 extern const char kBrowserSuppressDefaultBrowserPrompt[]; |
493 | 493 |
494 extern const char kBrowserWindowPlacement[]; | |
495 extern const char kBrowserWindowPlacementPopup[]; | 494 extern const char kBrowserWindowPlacementPopup[]; |
496 extern const char kTaskManagerWindowPlacement[]; | 495 extern const char kTaskManagerWindowPlacement[]; |
497 extern const char kAppWindowPlacement[]; | 496 extern const char kAppWindowPlacement[]; |
498 | 497 |
499 extern const char kDownloadDefaultDirectory[]; | 498 extern const char kDownloadDefaultDirectory[]; |
500 extern const char kDownloadExtensionsToOpen[]; | 499 extern const char kDownloadExtensionsToOpen[]; |
501 extern const char kDownloadDirUpgraded[]; | 500 extern const char kDownloadDirUpgraded[]; |
502 #if defined(OS_WIN) || defined(OS_LINUX) || \ | 501 #if defined(OS_WIN) || defined(OS_LINUX) || \ |
503 (defined(OS_MACOSX) && !defined(OS_IOS)) | 502 (defined(OS_MACOSX) && !defined(OS_IOS)) |
504 extern const char kOpenPdfDownloadInSystemReader[]; | 503 extern const char kOpenPdfDownloadInSystemReader[]; |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
822 | 821 |
823 extern const char kRegisteredSupervisedUserWhitelists[]; | 822 extern const char kRegisteredSupervisedUserWhitelists[]; |
824 | 823 |
825 #if defined(ENABLE_EXTENSIONS) | 824 #if defined(ENABLE_EXTENSIONS) |
826 extern const char kAnimationPolicy[]; | 825 extern const char kAnimationPolicy[]; |
827 #endif | 826 #endif |
828 | 827 |
829 } // namespace prefs | 828 } // namespace prefs |
830 | 829 |
831 #endif // CHROME_COMMON_PREF_NAMES_H_ | 830 #endif // CHROME_COMMON_PREF_NAMES_H_ |
OLD | NEW |