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

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

Issue 2244083002: Componentize spellcheck [4]: spellcheck/browser and android java-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 extern const char kAllowScreenLock[]; 296 extern const char kAllowScreenLock[];
297 extern const char kHatsLastInteractionTimestamp[]; 297 extern const char kHatsLastInteractionTimestamp[];
298 extern const char kQuickUnlockPinSalt[]; 298 extern const char kQuickUnlockPinSalt[];
299 extern const char kQuickUnlockPinSecret[]; 299 extern const char kQuickUnlockPinSecret[];
300 extern const char kEolStatus[]; 300 extern const char kEolStatus[];
301 extern const char kEolNotificationDismissed[]; 301 extern const char kEolNotificationDismissed[];
302 extern const char kQuickUnlockFeatureNotificationShown[]; 302 extern const char kQuickUnlockFeatureNotificationShown[];
303 #endif // defined(OS_CHROMEOS) 303 #endif // defined(OS_CHROMEOS)
304 extern const char kShowHomeButton[]; 304 extern const char kShowHomeButton[];
305 extern const char kRecentlySelectedEncoding[]; 305 extern const char kRecentlySelectedEncoding[];
306 extern const char kEnableContinuousSpellcheck[];
307 extern const char kSpeechRecognitionFilterProfanities[]; 306 extern const char kSpeechRecognitionFilterProfanities[];
308 extern const char kSavingBrowserHistoryDisabled[]; 307 extern const char kSavingBrowserHistoryDisabled[];
309 extern const char kAllowDeletingBrowserHistory[]; 308 extern const char kAllowDeletingBrowserHistory[];
310 extern const char kForceGoogleSafeSearch[]; 309 extern const char kForceGoogleSafeSearch[];
311 extern const char kForceYouTubeSafetyMode[]; 310 extern const char kForceYouTubeSafetyMode[];
312 extern const char kForceSessionSync[]; 311 extern const char kForceSessionSync[];
313 extern const char kAllowedDomainsForApps[]; 312 extern const char kAllowedDomainsForApps[];
314 extern const char kLastClearBrowsingDataTime[]; 313 extern const char kLastClearBrowsingDataTime[];
315 extern const char kClearBrowsingDataHistoryNoticeShownTimes[]; 314 extern const char kClearBrowsingDataHistoryNoticeShownTimes[];
316 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) 315 #if defined(OS_LINUX) && !defined(OS_CHROMEOS)
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 497
499 extern const char kSaveFileDefaultDirectory[]; 498 extern const char kSaveFileDefaultDirectory[];
500 extern const char kSaveFileType[]; 499 extern const char kSaveFileType[];
501 500
502 extern const char kAllowFileSelectionDialogs[]; 501 extern const char kAllowFileSelectionDialogs[];
503 extern const char kDefaultTasksByMimeType[]; 502 extern const char kDefaultTasksByMimeType[];
504 extern const char kDefaultTasksBySuffix[]; 503 extern const char kDefaultTasksBySuffix[];
505 504
506 extern const char kSelectFileLastDirectory[]; 505 extern const char kSelectFileLastDirectory[];
507 506
508 extern const char kSpellCheckDictionaries[];
509 extern const char kSpellCheckDictionary[];
510 extern const char kSpellCheckUseSpellingService[];
511
512 extern const char kExcludedSchemes[]; 507 extern const char kExcludedSchemes[];
513 508
514 extern const char kOptionsWindowLastTabIndex[]; 509 extern const char kOptionsWindowLastTabIndex[];
515 extern const char kShowFirstRunBubbleOption[]; 510 extern const char kShowFirstRunBubbleOption[];
516 511
517 extern const char kLastKnownIntranetRedirectOrigin[]; 512 extern const char kLastKnownIntranetRedirectOrigin[];
518 513
519 extern const char kShutdownType[]; 514 extern const char kShutdownType[];
520 extern const char kShutdownNumProcesses[]; 515 extern const char kShutdownNumProcesses[];
521 extern const char kShutdownNumProcessesSlow[]; 516 extern const char kShutdownNumProcessesSlow[];
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 extern const char kMediaRouterFirstRunFlowAcknowledged[]; 824 extern const char kMediaRouterFirstRunFlowAcknowledged[];
830 extern const char kMediaRouterAlwaysShowActionIcon[]; 825 extern const char kMediaRouterAlwaysShowActionIcon[];
831 #endif 826 #endif
832 827
833 extern const char kOriginTrialPublicKey[]; 828 extern const char kOriginTrialPublicKey[];
834 extern const char kOriginTrialDisabledFeatures[]; 829 extern const char kOriginTrialDisabledFeatures[];
835 830
836 } // namespace prefs 831 } // namespace prefs
837 832
838 #endif // CHROME_COMMON_PREF_NAMES_H_ 833 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698