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

Unified Diff: chrome/browser/resources/settings/device_page/note.js

Issue 2178213002: Add note page to settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-add-switch
Patch Set: Address comments and add utility method Created 4 years, 5 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
Index: chrome/browser/resources/settings/device_page/note.js
diff --git a/chrome/browser/resources/settings/printing_page/cloud_printers.js b/chrome/browser/resources/settings/device_page/note.js
similarity index 62%
copy from chrome/browser/resources/settings/printing_page/cloud_printers.js
copy to chrome/browser/resources/settings/device_page/note.js
index 1f96323b2d3287cf9e0583cd3f59192bf572ded4..9695bf6451a225fe090dd3e0320c5701bc044cb9 100644
--- a/chrome/browser/resources/settings/printing_page/cloud_printers.js
+++ b/chrome/browser/resources/settings/device_page/note.js
@@ -2,18 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+/**
+ * @fileoverview
+ * 'settings-note' is the settings subpage with note-specific settings.
+ */
+
Polymer({
- is: 'settings-cloud-printers',
+ is: 'settings-note',
properties: {
+ /** Preferences state. */
prefs: {
type: Object,
notify: true,
},
- },
-
- /** @private */
- onManageTap_: function() {
- window.open(loadTimeData.getString('devicesUrl'));
- },
+ }
});
« no previous file with comments | « chrome/browser/resources/settings/device_page/note.html ('k') | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698