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

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

Issue 10387161: Pepper Flash settings integration: add UI for "deauthorize content licenses". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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/chrome_browser.gypi ('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) 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 #endif // defined(OS_CHROMEOS) 249 #endif // defined(OS_CHROMEOS)
250 extern const char kIpcDisabledMessages[]; 250 extern const char kIpcDisabledMessages[];
251 extern const char kShowHomeButton[]; 251 extern const char kShowHomeButton[];
252 extern const char kRecentlySelectedEncoding[]; 252 extern const char kRecentlySelectedEncoding[];
253 extern const char kDeleteBrowsingHistory[]; 253 extern const char kDeleteBrowsingHistory[];
254 extern const char kDeleteDownloadHistory[]; 254 extern const char kDeleteDownloadHistory[];
255 extern const char kDeleteCache[]; 255 extern const char kDeleteCache[];
256 extern const char kDeleteCookies[]; 256 extern const char kDeleteCookies[];
257 extern const char kDeletePasswords[]; 257 extern const char kDeletePasswords[];
258 extern const char kDeleteFormData[]; 258 extern const char kDeleteFormData[];
259 extern const char kDeauthorizeContentLicenses[];
259 extern const char kEnableSpellCheck[]; 260 extern const char kEnableSpellCheck[];
260 extern const char kSpeechInputTrayNotificationShown[]; 261 extern const char kSpeechInputTrayNotificationShown[];
261 extern const char kSpeechRecognitionFilterProfanities[]; 262 extern const char kSpeechRecognitionFilterProfanities[];
262 extern const char kEnabledLabsExperiments[]; 263 extern const char kEnabledLabsExperiments[];
263 extern const char kEnableAutoSpellCorrect[]; 264 extern const char kEnableAutoSpellCorrect[];
264 extern const char kSavingBrowserHistoryDisabled[]; 265 extern const char kSavingBrowserHistoryDisabled[];
265 extern const char kDeleteTimePeriod[]; 266 extern const char kDeleteTimePeriod[];
266 #if defined(TOOLKIT_GTK) 267 #if defined(TOOLKIT_GTK)
267 extern const char kUsesSystemTheme[]; 268 extern const char kUsesSystemTheme[];
268 #endif 269 #endif
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 extern const char kHardwareKeyboardLayout[]; 633 extern const char kHardwareKeyboardLayout[];
633 extern const char kCarrierDealPromoShown[]; 634 extern const char kCarrierDealPromoShown[];
634 extern const char kShouldAutoEnroll[]; 635 extern const char kShouldAutoEnroll[];
635 extern const char kAutoEnrollmentPowerLimit[]; 636 extern const char kAutoEnrollmentPowerLimit[];
636 extern const char kDeviceActivityTimes[]; 637 extern const char kDeviceActivityTimes[];
637 extern const char kDeviceLocation[]; 638 extern const char kDeviceLocation[];
638 extern const char kSyncSpareBootstrapToken[]; 639 extern const char kSyncSpareBootstrapToken[];
639 #endif 640 #endif
640 641
641 extern const char kClearPluginLSODataEnabled[]; 642 extern const char kClearPluginLSODataEnabled[];
643 extern const char kPepperFlashSettingsEnabled[];
642 extern const char kDiskCacheDir[]; 644 extern const char kDiskCacheDir[];
643 extern const char kDiskCacheSize[]; 645 extern const char kDiskCacheSize[];
644 extern const char kMediaCacheSize[]; 646 extern const char kMediaCacheSize[];
645 647
646 extern const char kChromeOsReleaseChannel[]; 648 extern const char kChromeOsReleaseChannel[];
647 649
648 extern const char kRegisteredBackgroundContents[]; 650 extern const char kRegisteredBackgroundContents[];
649 651
650 extern const char kShownAutoLaunchInfobar[]; 652 extern const char kShownAutoLaunchInfobar[];
651 653
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 #endif 700 #endif
699 701
700 extern const char kInManagedMode[]; 702 extern const char kInManagedMode[];
701 703
702 extern const char kNetworkProfileWarningsLeft[]; 704 extern const char kNetworkProfileWarningsLeft[];
703 extern const char kNetworkProfileLastWarningTime[]; 705 extern const char kNetworkProfileLastWarningTime[];
704 706
705 } // namespace prefs 707 } // namespace prefs
706 708
707 #endif // CHROME_COMMON_PREF_NAMES_H_ 709 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698