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

Unified Diff: components/policy/resources/policy_templates.json

Issue 2792673002: Remove effective_manufacturer frome printer policy object. (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index d58851ab53b4c01008a0f7497f8d30af34bdc20c..6ec188ceef547462c0c8945b72c1fa16b8ce2cba 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -9347,14 +9347,13 @@
'type': 'object',
'id': 'PpdResource',
'properties': {
- 'effective_manufacturer': { 'type': 'string' },
'effective_model': { 'type': 'string' }
}
}
}
}
},
- 'supported_on': [ 'chrome_os:56-' ],
+ 'supported_on': [ 'chrome_os:57-' ],
'features': {
'dynamic_refresh': True,
'per_profile': True,
@@ -9367,8 +9366,7 @@
"uri": "ipps://print-server.intranet.example.com:443/ipp/cl2k4",
"uuid": "1c395fdb-5d93-4904-b246-b2c046e79d12",
"ppd_resource": {
- "effective_manufacturer": "MakesPrinters",
- "effective_model": "ColorLaser2k4"
+ "effective_model": "Printer Manufacturer ColorLaser2k4"
}
}],
'id': 350,
@@ -9383,14 +9381,20 @@
name="PRINTER_DESCRIPTION">description</ph> are free form strings that
can be customized for ease of printer selection. <ph
name="PRINTER_MANUFACTURER">manufacturer</ph> and <ph
- name="PRINTER_MODEL">model</ph> should match one of the <ph
- name="PRODUCT_NAME">$2<ex>Google Chrome OS</ex></ph> supported
- printers. <ph name="PRINTER_URI">uri</ph> should be an address reachable
+ name="PRINTER_MODEL">model</ph> serve to ease printer identification by
+ end users. They represent the manufcaturer and model of the printer. <ph
+ name="PRINTER_URI">uri</ph> should be an address reachable
from a client computer including the <ph name="URI_SCHEME">scheme</ph>,
<ph name="URI_PORT">port</ph>, and <ph name="URI_QUEUE">queue</ph>. <ph
name="PRINTER_UUID">uuid</ph> is optional. If provided, it is used to
help deduplicate <ph name="ZEROCONF_DISCOVERY">zeroconf</ph> printers.
+ <ph name="PRINTER_EFFECTIVE_MODEL">effective_model</ph> must match one of
+ the strings which represent a <ph name="PRODUCT_NAME">$2<ex>Google Chrome
+ OS</ex></ph> supported printer. The string will be used to identify and
+ install the appropriate PPD for the printer. More information can be
+ found at https://support.google.com/chrome?p=noncloudprint.
+
Printer setup is completed upon the first use of a printer. PPDs are not
downloaded until the printer is used. After that time, frequently used
PPDs are cached.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698