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

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

Issue 8395007: Add policy for blocking GCP printing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build break and respond to additional feedback Created 9 years, 1 month 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/common/pref_names.h ('k') | chrome/test/functional/policy_prefs_ui.py » ('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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 // Settings specific to underlying print system. 1546 // Settings specific to underlying print system.
1547 const char kCloudPrintPrintSystemSettings[] = 1547 const char kCloudPrintPrintSystemSettings[] =
1548 "cloud_print.print_system_settings"; 1548 "cloud_print.print_system_settings";
1549 // A boolean indicating whether we should poll for print jobs when don't have 1549 // A boolean indicating whether we should poll for print jobs when don't have
1550 // an XMPP connection (false by default). 1550 // an XMPP connection (false by default).
1551 const char kCloudPrintEnableJobPoll[] = "cloud_print.enable_job_poll"; 1551 const char kCloudPrintEnableJobPoll[] = "cloud_print.enable_job_poll";
1552 const char kCloudPrintRobotRefreshToken[] = "cloud_print.robot_refresh_token"; 1552 const char kCloudPrintRobotRefreshToken[] = "cloud_print.robot_refresh_token";
1553 const char kCloudPrintRobotEmail[] = "cloud_print.robot_email"; 1553 const char kCloudPrintRobotEmail[] = "cloud_print.robot_email";
1554 // Indicates whether the Mac Virtual driver is enabled. 1554 // Indicates whether the Mac Virtual driver is enabled.
1555 const char kVirtualPrinterDriverEnabled[] = "cloud_print.enable_virtual_driver"; 1555 const char kVirtualPrinterDriverEnabled[] = "cloud_print.enable_virtual_driver";
1556 // A boolean indicating whether submitting jobs to Google Cloud Print is
1557 // blocked by policy.
1558 const char kCloudPrintSubmitEnabled[] = "cloud_print.submit_enabled";
1556 1559
1557 // Preference to store proxy settings. 1560 // Preference to store proxy settings.
1558 const char kProxy[] = "proxy"; 1561 const char kProxy[] = "proxy";
1559 const char kMaxConnectionsPerProxy[] = "net.max_connections_per_proxy"; 1562 const char kMaxConnectionsPerProxy[] = "net.max_connections_per_proxy";
1560 1563
1561 // Preferences that are exclusively used to store managed values for default 1564 // Preferences that are exclusively used to store managed values for default
1562 // content settings. 1565 // content settings.
1563 const char kManagedDefaultCookiesSetting[] = 1566 const char kManagedDefaultCookiesSetting[] =
1564 "profile.managed_default_content_settings.cookies"; 1567 "profile.managed_default_content_settings.cookies";
1565 const char kManagedDefaultImagesSetting[] = 1568 const char kManagedDefaultImagesSetting[] =
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 1636
1634 // String that represents the recovery component last downloaded version. This 1637 // String that represents the recovery component last downloaded version. This
1635 // takes the usual 'a.b.c.d' notation. 1638 // takes the usual 'a.b.c.d' notation.
1636 const char kRecoveryComponentVersion[] = "recovery_component.version"; 1639 const char kRecoveryComponentVersion[] = "recovery_component.version";
1637 1640
1638 // String that stores the component updater last known state. This is used for 1641 // String that stores the component updater last known state. This is used for
1639 // troubleshooting. 1642 // troubleshooting.
1640 const char kComponentUpdaterState[] = "component_updater.state"; 1643 const char kComponentUpdaterState[] = "component_updater.state";
1641 1644
1642 } // namespace prefs 1645 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/functional/policy_prefs_ui.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698