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

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

Issue 2127014: Adding accessibility setting to System options (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 extern const wchar_t kLanguagePinyinDoublePinyinSchema[]; 88 extern const wchar_t kLanguagePinyinDoublePinyinSchema[];
89 extern const wchar_t kLanguagePinyinInitChinese[]; 89 extern const wchar_t kLanguagePinyinInitChinese[];
90 extern const wchar_t kLanguagePinyinInitFull[]; 90 extern const wchar_t kLanguagePinyinInitFull[];
91 extern const wchar_t kLanguagePinyinInitFullPunct[]; 91 extern const wchar_t kLanguagePinyinInitFullPunct[];
92 extern const wchar_t kLanguagePinyinInitSimplifiedChinese[]; 92 extern const wchar_t kLanguagePinyinInitSimplifiedChinese[];
93 extern const wchar_t kLanguagePinyinTradCandidate[]; 93 extern const wchar_t kLanguagePinyinTradCandidate[];
94 extern const wchar_t kLanguageMozcPreeditMethod[]; 94 extern const wchar_t kLanguageMozcPreeditMethod[];
95 extern const wchar_t kLanguageMozcSessionKeymap[]; 95 extern const wchar_t kLanguageMozcSessionKeymap[];
96 extern const wchar_t kLanguageMozcPunctuationMethod[]; 96 extern const wchar_t kLanguageMozcPunctuationMethod[];
97 extern const wchar_t kLanguageMozcSymbolMethod[]; 97 extern const wchar_t kLanguageMozcSymbolMethod[];
98 extern const wchar_t kAccessibilityEnabled[];
98 #endif 99 #endif
99 extern const wchar_t kIpcDisabledMessages[]; 100 extern const wchar_t kIpcDisabledMessages[];
100 extern const wchar_t kShowHomeButton[]; 101 extern const wchar_t kShowHomeButton[];
101 extern const wchar_t kShowPageOptionsButtons[]; 102 extern const wchar_t kShowPageOptionsButtons[];
102 extern const wchar_t kRecentlySelectedEncoding[]; 103 extern const wchar_t kRecentlySelectedEncoding[];
103 extern const wchar_t kDeleteBrowsingHistory[]; 104 extern const wchar_t kDeleteBrowsingHistory[];
104 extern const wchar_t kDeleteDownloadHistory[]; 105 extern const wchar_t kDeleteDownloadHistory[];
105 extern const wchar_t kDeleteCache[]; 106 extern const wchar_t kDeleteCache[];
106 extern const wchar_t kDeleteCookies[]; 107 extern const wchar_t kDeleteCookies[];
107 extern const wchar_t kDeletePasswords[]; 108 extern const wchar_t kDeletePasswords[];
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 303
303 extern const wchar_t kCloudPrintServiceURL[]; 304 extern const wchar_t kCloudPrintServiceURL[];
304 extern const wchar_t kCloudPrintProxyId[]; 305 extern const wchar_t kCloudPrintProxyId[];
305 extern const wchar_t kCloudPrintAuthToken[]; 306 extern const wchar_t kCloudPrintAuthToken[];
306 extern const wchar_t kCloudPrintXMPPAuthToken[]; 307 extern const wchar_t kCloudPrintXMPPAuthToken[];
307 extern const wchar_t kCloudPrintEmail[]; 308 extern const wchar_t kCloudPrintEmail[];
308 309
309 } // namespace prefs 310 } // namespace prefs
310 311
311 #endif // CHROME_COMMON_PREF_NAMES_H_ 312 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698