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

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

Issue 228393004: Create bookmarks component with names of bookmark preferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 extern const char kApplicationLocale[]; 43 extern const char kApplicationLocale[];
44 #if defined(OS_CHROMEOS) 44 #if defined(OS_CHROMEOS)
45 extern const char kApplicationLocaleBackup[]; 45 extern const char kApplicationLocaleBackup[];
46 extern const char kApplicationLocaleAccepted[]; 46 extern const char kApplicationLocaleAccepted[];
47 extern const char kOwnerLocale[]; 47 extern const char kOwnerLocale[];
48 #endif 48 #endif
49 49
50 extern const char kDefaultCharset[]; 50 extern const char kDefaultCharset[];
51 extern const char kAcceptLanguages[]; 51 extern const char kAcceptLanguages[];
52 extern const char kStaticEncodings[]; 52 extern const char kStaticEncodings[];
53 extern const char kShowBookmarkBar[];
54 extern const char kShowAppsShortcutInBookmarkBar[];
55 extern const char kBookmarkEditorExpandedNodes[];
56 extern const char kWebKitCommonScript[]; 53 extern const char kWebKitCommonScript[];
57 extern const char kWebKitStandardFontFamily[]; 54 extern const char kWebKitStandardFontFamily[];
58 extern const char kWebKitFixedFontFamily[]; 55 extern const char kWebKitFixedFontFamily[];
59 extern const char kWebKitSerifFontFamily[]; 56 extern const char kWebKitSerifFontFamily[];
60 extern const char kWebKitSansSerifFontFamily[]; 57 extern const char kWebKitSansSerifFontFamily[];
61 extern const char kWebKitCursiveFontFamily[]; 58 extern const char kWebKitCursiveFontFamily[];
62 extern const char kWebKitFantasyFontFamily[]; 59 extern const char kWebKitFantasyFontFamily[];
63 extern const char kWebKitPictographFontFamily[]; 60 extern const char kWebKitPictographFontFamily[];
64 61
65 // ISO 15924 four-letter script codes that per-script font prefs are supported 62 // ISO 15924 four-letter script codes that per-script font prefs are supported
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 extern const char kClearSiteDataOnExit[]; 344 extern const char kClearSiteDataOnExit[];
348 extern const char kDefaultZoomLevel[]; 345 extern const char kDefaultZoomLevel[];
349 extern const char kPerHostZoomLevels[]; 346 extern const char kPerHostZoomLevels[];
350 extern const char kAutofillDialogAutofillDefault[]; 347 extern const char kAutofillDialogAutofillDefault[];
351 extern const char kAutofillDialogPayWithoutWallet[]; 348 extern const char kAutofillDialogPayWithoutWallet[];
352 extern const char kAutofillDialogWalletLocationAcceptance[]; 349 extern const char kAutofillDialogWalletLocationAcceptance[];
353 extern const char kAutofillDialogSaveData[]; 350 extern const char kAutofillDialogSaveData[];
354 extern const char kAutofillDialogWalletShippingSameAsBilling[]; 351 extern const char kAutofillDialogWalletShippingSameAsBilling[];
355 extern const char kAutofillGeneratedCardBubbleTimesShown[]; 352 extern const char kAutofillGeneratedCardBubbleTimesShown[];
356 extern const char kAutofillDialogDefaults[]; 353 extern const char kAutofillDialogDefaults[];
357 extern const char kEditBookmarksEnabled[];
358 354
359 extern const char kPinnedTabs[]; 355 extern const char kPinnedTabs[];
360 356
361 extern const char kDisable3DAPIs[]; 357 extern const char kDisable3DAPIs[];
362 extern const char kEnableHyperlinkAuditing[]; 358 extern const char kEnableHyperlinkAuditing[];
363 extern const char kEnableReferrers[]; 359 extern const char kEnableReferrers[];
364 extern const char kEnableDoNotTrack[]; 360 extern const char kEnableDoNotTrack[];
365 361
366 extern const char kImportBookmarks[]; 362 extern const char kImportBookmarks[];
367 extern const char kImportHistory[]; 363 extern const char kImportHistory[];
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 extern const char kMetricsResetIds[]; 436 extern const char kMetricsResetIds[];
441 // Android has it's own metric / crash reporting implemented in Android 437 // Android has it's own metric / crash reporting implemented in Android
442 // Java code so kMetricsReportingEnabled doesn't make sense. We use this 438 // Java code so kMetricsReportingEnabled doesn't make sense. We use this
443 // to inform crashes_ui that we have enabled crash reporting. 439 // to inform crashes_ui that we have enabled crash reporting.
444 #if defined(OS_ANDROID) 440 #if defined(OS_ANDROID)
445 extern const char kCrashReportingEnabled[]; 441 extern const char kCrashReportingEnabled[];
446 #endif 442 #endif
447 extern const char kMetricsInitialLogs[]; 443 extern const char kMetricsInitialLogs[];
448 extern const char kMetricsOngoingLogs[]; 444 extern const char kMetricsOngoingLogs[];
449 445
450 extern const char kBookmarkPromptEnabled[];
451 extern const char kBookmarkPromptImpressionCount[];
452
453 extern const char kVariationsLastFetchTime[]; 446 extern const char kVariationsLastFetchTime[];
454 extern const char kVariationsRestrictParameter[]; 447 extern const char kVariationsRestrictParameter[];
455 extern const char kVariationsSeed[]; 448 extern const char kVariationsSeed[];
456 extern const char kVariationsSeedDate[]; 449 extern const char kVariationsSeedDate[];
457 extern const char kVariationsSeedHash[]; 450 extern const char kVariationsSeedHash[];
458 extern const char kVariationsSeedSignature[]; 451 extern const char kVariationsSeedSignature[];
459 452
460 extern const char kDeviceOpenNetworkConfiguration[]; 453 extern const char kDeviceOpenNetworkConfiguration[];
461 454
462 extern const char kProfileLastUsed[]; 455 extern const char kProfileLastUsed[];
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 896
904 #if defined(OS_ANDROID) 897 #if defined(OS_ANDROID)
905 extern const char kPartnerBookmarkMappings[]; 898 extern const char kPartnerBookmarkMappings[];
906 #endif 899 #endif
907 900
908 extern const char kQuickCheckEnabled[]; 901 extern const char kQuickCheckEnabled[];
909 902
910 } // namespace prefs 903 } // namespace prefs
911 904
912 #endif // CHROME_COMMON_PREF_NAMES_H_ 905 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698