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

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

Issue 6542048: Add content_settings::PolicyProvider and a set of new policies to managed content settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 9 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/policy/configuration_policy_pref_store.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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 extern const char kRemotingHostEnabled[]; 433 extern const char kRemotingHostEnabled[];
434 434
435 extern const char kProxy[]; 435 extern const char kProxy[];
436 436
437 extern const char kManagedDefaultCookiesSetting[]; 437 extern const char kManagedDefaultCookiesSetting[];
438 extern const char kManagedDefaultImagesSetting[]; 438 extern const char kManagedDefaultImagesSetting[];
439 extern const char kManagedDefaultJavaScriptSetting[]; 439 extern const char kManagedDefaultJavaScriptSetting[];
440 extern const char kManagedDefaultPluginsSetting[]; 440 extern const char kManagedDefaultPluginsSetting[];
441 extern const char kManagedDefaultPopupsSetting[]; 441 extern const char kManagedDefaultPopupsSetting[];
442 442
443 extern const char kManagedCookiesAllowedForUrls[];
444 extern const char kManagedCookiesBlockedForUrls[];
445 extern const char kManagedCookiesSessionOnlyForUrls[];
446 extern const char kManagedImagesAllowedForUrls[];
447 extern const char kManagedImagesBlockedForUrls[];
448 extern const char kManagedJavaScriptAllowedForUrls[];
449 extern const char kManagedJavaScriptBlockedForUrls[];
450 extern const char kManagedPluginsAllowedForUrls[];
451 extern const char kManagedPluginsBlockedForUrls[];
452 extern const char kManagedPopupsAllowedForUrls[];
453 extern const char kManagedPopupsBlockedForUrls[];
454
443 #if defined(OS_CHROMEOS) 455 #if defined(OS_CHROMEOS)
444 extern const char kSignedSettingsTempStorage[]; 456 extern const char kSignedSettingsTempStorage[];
445 extern const char kHardwareKeyboardLayout[]; 457 extern const char kHardwareKeyboardLayout[];
446 #endif 458 #endif
447 459
448 extern const char kRegisteredBackgroundContents[]; 460 extern const char kRegisteredBackgroundContents[];
449 461
450 extern const char kAuthSchemes[]; 462 extern const char kAuthSchemes[];
451 extern const char kDisableAuthNegotiateCnameLookup[]; 463 extern const char kDisableAuthNegotiateCnameLookup[];
452 extern const char kEnableAuthNegotiatePort[]; 464 extern const char kEnableAuthNegotiatePort[];
453 extern const char kAuthServerWhitelist[]; 465 extern const char kAuthServerWhitelist[];
454 extern const char kAuthNegotiateDelegateWhitelist[]; 466 extern const char kAuthNegotiateDelegateWhitelist[];
455 extern const char kGSSAPILibraryName[]; 467 extern const char kGSSAPILibraryName[];
456 468
457 extern const char kKnownBackgroundPages[]; 469 extern const char kKnownBackgroundPages[];
458 470
459 extern const char kDisable3DAPIs[]; 471 extern const char kDisable3DAPIs[];
460 472
461 extern const char kRegisteredProtocolHandlers[]; 473 extern const char kRegisteredProtocolHandlers[];
462 474
463 } // namespace prefs 475 } // namespace prefs
464 476
465 #endif // CHROME_COMMON_PREF_NAMES_H_ 477 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/configuration_policy_pref_store.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698