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

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

Issue 7713033: Integrate the Spelling service to Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 namespace prefs { 7 namespace prefs {
8 8
9 // *************** PROFILE PREFS *************** 9 // *************** PROFILE PREFS ***************
10 // These are attached to the user profile 10 // These are attached to the user profile
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 const char kHungPluginDetectFrequency[] = "browser.hung_plugin_detect_freq"; 1009 const char kHungPluginDetectFrequency[] = "browser.hung_plugin_detect_freq";
1010 1010
1011 // Integer which specifies the timeout value to be used for SendMessageTimeout 1011 // Integer which specifies the timeout value to be used for SendMessageTimeout
1012 // to detect a hung plugin window. 1012 // to detect a hung plugin window.
1013 const char kPluginMessageResponseTimeout[] = 1013 const char kPluginMessageResponseTimeout[] =
1014 "browser.plugin_message_response_timeout"; 1014 "browser.plugin_message_response_timeout";
1015 1015
1016 // String which represents the dictionary name for our spell-checker. 1016 // String which represents the dictionary name for our spell-checker.
1017 const char kSpellCheckDictionary[] = "spellcheck.dictionary"; 1017 const char kSpellCheckDictionary[] = "spellcheck.dictionary";
1018 1018
1019 #if defined(GOOGLE_CHROME_BUILD)
1020 // String which represents whether we use the spelling service.
1021 const char kSpellCheckUseSpellingService[] = "spellcheck.use_spelling_service";
1022 #endif
1023
1019 // Dictionary of schemes used by the external protocol handler. 1024 // Dictionary of schemes used by the external protocol handler.
1020 // The value is true if the scheme must be ignored. 1025 // The value is true if the scheme must be ignored.
1021 const char kExcludedSchemes[] = "protocol_handler.excluded_schemes"; 1026 const char kExcludedSchemes[] = "protocol_handler.excluded_schemes";
1022 1027
1023 // Keys used for MAC handling of SafeBrowsing requests. 1028 // Keys used for MAC handling of SafeBrowsing requests.
1024 const char kSafeBrowsingClientKey[] = "safe_browsing.client_key"; 1029 const char kSafeBrowsingClientKey[] = "safe_browsing.client_key";
1025 const char kSafeBrowsingWrappedKey[] = "safe_browsing.wrapped_key"; 1030 const char kSafeBrowsingWrappedKey[] = "safe_browsing.wrapped_key";
1026 1031
1027 // Integer that specifies the index of the tab the user was on when they 1032 // Integer that specifies the index of the tab the user was on when they
1028 // last visited the options window. 1033 // last visited the options window.
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 // specified. 1504 // specified.
1500 const char kCustomHandlersEnabled[] = "custom_handlers.enabled"; 1505 const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
1501 1506
1502 // Integers that specify the policy refresh rate for device- and user-policy in 1507 // Integers that specify the policy refresh rate for device- and user-policy in
1503 // milliseconds. Not all values are meaningful, so it is clamped to a sane range 1508 // milliseconds. Not all values are meaningful, so it is clamped to a sane range
1504 // by the cloud policy subsystem. 1509 // by the cloud policy subsystem.
1505 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate"; 1510 const char kDevicePolicyRefreshRate[] = "policy.device_refresh_rate";
1506 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate"; 1511 const char kUserPolicyRefreshRate[] = "policy.user_refresh_rate";
1507 1512
1508 } // namespace prefs 1513 } // namespace prefs
OLDNEW
« chrome/browser/tab_contents/spelling_menu_observer.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698