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

Side by Side Diff: chrome/browser/resources/cloud_print_app/manifest.json

Issue 14215009: Changed cloud print private API to pass all page settings as single object. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDqOhnwk4+HXVfGyaNsAQdU/js1Na56di W08oF1MhZiwzSnJsEaeuMN9od9q9N4ZdK3o1xXOSARrYdE+syV7Dl31nf6qz3A6K+D5NHe6sSB9yvYlI iN37jdWdrfxxE0pRYEVYZNTe3bzq3NkcYJlOdt1UPcpJB+isXpAGUKUvt7EQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDqOhnwk4+HXVfGyaNsAQdU/js1Na56di W08oF1MhZiwzSnJsEaeuMN9od9q9N4ZdK3o1xXOSARrYdE+syV7Dl31nf6qz3A6K+D5NHe6sSB9yvYlI iN37jdWdrfxxE0pRYEVYZNTe3bzq3NkcYJlOdt1UPcpJB+isXpAGUKUvt7EQIDAQAB",
gene 2013/04/15 18:36:16 Has anything changed here?
Vitaly Buka (NO REVIEWS) 2013/04/15 18:42:09 This file is unchanged. I had one snapshot with ch
3 "name": "Cloud Print", 3 "name": "Cloud Print",
4 "version": "0.1", 4 "version": "0.1",
5 "description": "Cloud Print", 5 "description": "Cloud Print",
6 "icons": { 6 "icons": {
7 }, 7 },
8 "app": { 8 "app": {
9 "launch": { 9 "launch": {
10 "web_url": "https://www.google.com/cloudprint" 10 "web_url": "https://www.google.com/cloudprint"
11 }, 11 },
12 "urls": [ 12 "urls": [
13 "https://www.google.com/cloudprint/enable_chrome_connector" 13 "https://www.google.com/cloudprint/enable_chrome_connector"
14 ] 14 ]
15 }, 15 },
16 "permissions": [ 16 "permissions": [
17 "cloudPrintPrivate" 17 "cloudPrintPrivate"
18 ], 18 ],
19 "display_in_launcher": false 19 "display_in_launcher": false
20 } 20 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc ('k') | chrome/common/cloud_print/cloud_print_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698