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

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

Issue 2161933003: Define printer configuration objects for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ready for review Created 4 years, 4 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 1129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 const char kPrintingEnabled[] = "printing.enabled"; 1140 const char kPrintingEnabled[] = "printing.enabled";
1141 1141
1142 // Boolean controlling whether print preview is disabled. 1142 // Boolean controlling whether print preview is disabled.
1143 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled"; 1143 const char kPrintPreviewDisabled[] = "printing.print_preview_disabled";
1144 1144
1145 // A pref holding the value of the policy used to control default destination 1145 // A pref holding the value of the policy used to control default destination
1146 // selection in the Print Preview. See DefaultPrinterSelection policy. 1146 // selection in the Print Preview. See DefaultPrinterSelection policy.
1147 const char kPrintPreviewDefaultDestinationSelectionRules[] = 1147 const char kPrintPreviewDefaultDestinationSelectionRules[] =
1148 "printing.default_destination_selection_rules"; 1148 "printing.default_destination_selection_rules";
1149 1149
1150 #if defined(OS_CHROMEOS)
1151 // List of all printers that the user has configured.
1152 const char kPrintingDevices[] = "printing.devices";
1153 #endif // OS_CHROMEOS
1154
1150 // An integer pref specifying the fallback behavior for sites outside of content 1155 // An integer pref specifying the fallback behavior for sites outside of content
1151 // packs. One of: 1156 // packs. One of:
1152 // 0: Allow (does nothing) 1157 // 0: Allow (does nothing)
1153 // 1: Warn. 1158 // 1: Warn.
1154 // 2: Block. 1159 // 2: Block.
1155 const char kDefaultSupervisedUserFilteringBehavior[] = 1160 const char kDefaultSupervisedUserFilteringBehavior[] =
1156 "profile.managed.default_filtering_behavior"; 1161 "profile.managed.default_filtering_behavior";
1157 1162
1158 // Whether this user is permitted to create supervised users. 1163 // Whether this user is permitted to create supervised users.
1159 const char kSupervisedUserCreationAllowed[] = 1164 const char kSupervisedUserCreationAllowed[] =
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
2237 #endif 2242 #endif
2238 2243
2239 // The base64-encoded representation of the public key to use to validate origin 2244 // The base64-encoded representation of the public key to use to validate origin
2240 // trial token signatures. 2245 // trial token signatures.
2241 const char kOriginTrialPublicKey[] = "origin_trials.public_key"; 2246 const char kOriginTrialPublicKey[] = "origin_trials.public_key";
2242 2247
2243 // A list of origin trial features to disable by policy. 2248 // A list of origin trial features to disable by policy.
2244 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features"; 2249 const char kOriginTrialDisabledFeatures[] = "origin_trials.disabled_features";
2245 2250
2246 } // namespace prefs 2251 } // namespace prefs
OLDNEW
« chrome/browser/chromeos/printing/printer_translator.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698