blob: 1de17f79f6657d954ef3cc9a2c4f1eb29acff57f [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview 'settings-cloud-printers' is a component for showing Google
* Cloud Printer settings subpage (chrome://md-settings/cloudPrinters).
*/
// TODO(xdai): Rename it to 'settings-cloud-printers-page'.
Polymer({
is: 'settings-cloud-printers',
properties: {
prefs: {
type: Object,
notify: true,
},
},
});