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

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

Issue 10692110: screenshot disabling policy (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments Created 8 years, 5 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 #pragma once 9 #pragma once
10 10
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 extern const char kTapToClickEnabled[]; 186 extern const char kTapToClickEnabled[];
187 extern const char kEnableTouchpadThreeFingerClick[]; 187 extern const char kEnableTouchpadThreeFingerClick[];
188 extern const char kNaturalScroll[]; 188 extern const char kNaturalScroll[];
189 extern const char kPrimaryMouseButtonRight[]; 189 extern const char kPrimaryMouseButtonRight[];
190 extern const char kMouseSensitivity[]; 190 extern const char kMouseSensitivity[];
191 extern const char kTouchpadSensitivity[]; 191 extern const char kTouchpadSensitivity[];
192 extern const char kUse24HourClock[]; 192 extern const char kUse24HourClock[];
193 extern const char kDisableGData[]; 193 extern const char kDisableGData[];
194 extern const char kDisableGDataOverCellular[]; 194 extern const char kDisableGDataOverCellular[];
195 extern const char kDisableGDataHostedFiles[]; 195 extern const char kDisableGDataHostedFiles[];
196 extern const char kDisableScreenshots[];
196 // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long 197 // TODO(yusukes): Change "kLanguageABC" to "kABC". The current form is too long
197 // to remember and confusing. The prefs are actually for input methods and i18n 198 // to remember and confusing. The prefs are actually for input methods and i18n
198 // keyboards, not UI languages. 199 // keyboards, not UI languages.
199 extern const char kLanguageCurrentInputMethod[]; 200 extern const char kLanguageCurrentInputMethod[];
200 extern const char kLanguagePreviousInputMethod[]; 201 extern const char kLanguagePreviousInputMethod[];
201 extern const char kLanguageHotkeyNextEngineInMenu[]; 202 extern const char kLanguageHotkeyNextEngineInMenu[];
202 extern const char kLanguageHotkeyPreviousEngine[]; 203 extern const char kLanguageHotkeyPreviousEngine[];
203 extern const char kLanguagePreferredLanguages[]; 204 extern const char kLanguagePreferredLanguages[];
204 extern const char kLanguagePreloadEngines[]; 205 extern const char kLanguagePreloadEngines[];
205 extern const char kLanguageChewingAutoShiftCur[]; 206 extern const char kLanguageChewingAutoShiftCur[];
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 extern const char kNetworkProfileWarningsLeft[]; 744 extern const char kNetworkProfileWarningsLeft[];
744 extern const char kNetworkProfileLastWarningTime[]; 745 extern const char kNetworkProfileLastWarningTime[];
745 746
746 #if defined(OS_MACOSX) 747 #if defined(OS_MACOSX)
747 extern const char kMacLeopardObsoleteInfobarLastShown[]; 748 extern const char kMacLeopardObsoleteInfobarLastShown[];
748 #endif // defined(OS_MACOSX) 749 #endif // defined(OS_MACOSX)
749 750
750 } // namespace prefs 751 } // namespace prefs
751 752
752 #endif // CHROME_COMMON_PREF_NAMES_H_ 753 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698