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

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

Issue 2273273003: Update strings for ash palette and rename options/settings files. (Closed)
Patch Set: A few more string changes 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 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/device_page/note.js b/chrome/browser/resources/settings/device_page/note.js
deleted file mode 100644
index 9695bf6451a225fe090dd3e0320c5701bc044cb9..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/device_page/note.js
+++ /dev/null
@@ -1,20 +0,0 @@
-// 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-note' is the settings subpage with note-specific settings.
- */
-
-Polymer({
- is: 'settings-note',
-
- properties: {
- /** Preferences state. */
- prefs: {
- type: Object,
- notify: true,
- },
- }
-});
« no previous file with comments | « chrome/browser/resources/settings/device_page/note.html ('k') | chrome/browser/resources/settings/device_page/stylus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698