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

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

Issue 8199010: Fixing misleading name a in speech input setting and related variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes. Landing if no problems in the bots. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.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) 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 // 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 #pragma once 9 #pragma once
10 10
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 extern const char kIpcDisabledMessages[]; 213 extern const char kIpcDisabledMessages[];
214 extern const char kShowHomeButton[]; 214 extern const char kShowHomeButton[];
215 extern const char kRecentlySelectedEncoding[]; 215 extern const char kRecentlySelectedEncoding[];
216 extern const char kDeleteBrowsingHistory[]; 216 extern const char kDeleteBrowsingHistory[];
217 extern const char kDeleteDownloadHistory[]; 217 extern const char kDeleteDownloadHistory[];
218 extern const char kDeleteCache[]; 218 extern const char kDeleteCache[];
219 extern const char kDeleteCookies[]; 219 extern const char kDeleteCookies[];
220 extern const char kDeletePasswords[]; 220 extern const char kDeletePasswords[];
221 extern const char kDeleteFormData[]; 221 extern const char kDeleteFormData[];
222 extern const char kEnableSpellCheck[]; 222 extern const char kEnableSpellCheck[];
223 extern const char kSpeechInputCensorResults[]; 223 extern const char kSpeechInputFilterProfanities[];
224 extern const char kEnabledLabsExperiments[]; 224 extern const char kEnabledLabsExperiments[];
225 extern const char kEnableAutoSpellCorrect[]; 225 extern const char kEnableAutoSpellCorrect[];
226 extern const char kSavingBrowserHistoryDisabled[]; 226 extern const char kSavingBrowserHistoryDisabled[];
227 extern const char kDeleteTimePeriod[]; 227 extern const char kDeleteTimePeriod[];
228 extern const char kPrintingEnabled[]; 228 extern const char kPrintingEnabled[];
229 #if defined(GOOGLE_CHROME_BUILD) 229 #if defined(GOOGLE_CHROME_BUILD)
230 extern const char kPrintingPrintPreviewEnabledOnce[]; 230 extern const char kPrintingPrintPreviewEnabledOnce[];
231 #endif 231 #endif
232 #if defined(TOOLKIT_USES_GTK) 232 #if defined(TOOLKIT_USES_GTK)
233 extern const char kUsesSystemTheme[]; 233 extern const char kUsesSystemTheme[];
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 588
589 extern const char kUserCreatedLoginItem[]; 589 extern const char kUserCreatedLoginItem[];
590 extern const char kBackgroundModeEnabled[]; 590 extern const char kBackgroundModeEnabled[];
591 591
592 extern const char kDevicePolicyRefreshRate[]; 592 extern const char kDevicePolicyRefreshRate[];
593 extern const char kUserPolicyRefreshRate[]; 593 extern const char kUserPolicyRefreshRate[];
594 594
595 } // namespace prefs 595 } // namespace prefs
596 596
597 #endif // CHROME_COMMON_PREF_NAMES_H_ 597 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698