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

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

Issue 654653002: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Temporarily disabled tests, fixed a bug Created 6 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 const char kHungPluginDetectFrequency[] = "browser.hung_plugin_detect_freq"; 1493 const char kHungPluginDetectFrequency[] = "browser.hung_plugin_detect_freq";
1494 1494
1495 // Integer which specifies the timeout value to be used for SendMessageTimeout 1495 // Integer which specifies the timeout value to be used for SendMessageTimeout
1496 // to detect a hung plugin window. 1496 // to detect a hung plugin window.
1497 const char kPluginMessageResponseTimeout[] = 1497 const char kPluginMessageResponseTimeout[] =
1498 "browser.plugin_message_response_timeout"; 1498 "browser.plugin_message_response_timeout";
1499 1499
1500 // String which represents the dictionary name for our spell-checker. 1500 // String which represents the dictionary name for our spell-checker.
1501 const char kSpellCheckDictionary[] = "spellcheck.dictionary"; 1501 const char kSpellCheckDictionary[] = "spellcheck.dictionary";
1502 1502
1503 // String which represents the dictionary names for our spell-checker.
1504 const char kSpellCheckDictionaries[] = "spellcheck.dictionaries";
1505
1503 // String which represents whether we use the spelling service. 1506 // String which represents whether we use the spelling service.
1504 const char kSpellCheckUseSpellingService[] = "spellcheck.use_spelling_service"; 1507 const char kSpellCheckUseSpellingService[] = "spellcheck.use_spelling_service";
1505 1508
1506 // Dictionary of schemes used by the external protocol handler. 1509 // Dictionary of schemes used by the external protocol handler.
1507 // The value is true if the scheme must be ignored. 1510 // The value is true if the scheme must be ignored.
1508 const char kExcludedSchemes[] = "protocol_handler.excluded_schemes"; 1511 const char kExcludedSchemes[] = "protocol_handler.excluded_schemes";
1509 1512
1510 // Keys used for MAC handling of SafeBrowsing requests. 1513 // Keys used for MAC handling of SafeBrowsing requests.
1511 const char kSafeBrowsingClientKey[] = "safe_browsing.client_key"; 1514 const char kSafeBrowsingClientKey[] = "safe_browsing.client_key";
1512 const char kSafeBrowsingWrappedKey[] = "safe_browsing.wrapped_key"; 1515 const char kSafeBrowsingWrappedKey[] = "safe_browsing.wrapped_key";
(...skipping 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2333 // Whether Guest Mode is enabled within the browser. 2336 // Whether Guest Mode is enabled within the browser.
2334 const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled"; 2337 const char kBrowserGuestModeEnabled[] = "profile.browser_guest_enabled";
2335 2338
2336 // Whether Adding a new Person is enabled within the user manager. 2339 // Whether Adding a new Person is enabled within the user manager.
2337 const char kBrowserAddPersonEnabled[] = "profile.add_person_enabled"; 2340 const char kBrowserAddPersonEnabled[] = "profile.add_person_enabled";
2338 2341
2339 // A dictionary that maps user id to hardlock state. 2342 // A dictionary that maps user id to hardlock state.
2340 const char kEasyUnlockHardlockState[] = "easy_unlock.hardlock_state"; 2343 const char kEasyUnlockHardlockState[] = "easy_unlock.hardlock_state";
2341 2344
2342 } // namespace prefs 2345 } // namespace prefs
OLDNEW
« chrome/browser/spellchecker/spellcheck_service.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