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

Side by Side Diff: chrome/browser/resources/settings/a11y_page/a11y_page.js

Issue 986843002: Scaffold for MD-Settings, inside chrome://md-settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expand scaffold and add to chrome://md-settings (point of this CL) Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * @fileoverview 6 * @fileoverview
7 * 'cr-settings-a11y-page' is the settings page containing accessibility 7 * 'cr-settings-a11y-page' is the settings page containing accessibility
8 * settings. 8 * settings.
9 * 9 *
10 * Example: 10 * Example:
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 48
49 /** 49 /**
50 * Name of the 'core-icon' to show. 50 * Name of the 'core-icon' to show.
51 * 51 *
52 * @attribute icon 52 * @attribute icon
53 * @type string 53 * @type string
54 * @default 'accessibility' 54 * @default 'accessibility'
55 */ 55 */
56 icon: 'accessibility', 56 icon: 'accessibility',
57 }, 57 },
58
59 /**
60 * Placeholder text for help articles.
61 */
62 helpArticles: [{
63 title: 'Accessibility Help Article',
64 content: 'Odi et amo. Quare id faciam, fortasse requiris? Nescio, sed ' +
65 'fieri sentio et excrucior.',
66 }, {
67 title: 'More Help',
68 content: 'Arma virumque cano, Troiae qui primus ab oris Italiam, fato ' +
69 'profugus, Laviniaque venit litora, multum ille et terris ' +
70 'iactatus et alto vi superum saevae memorem Iunonis ob iram; ' +
71 'multa quoque et bello passus, dum conderet urbem, ' +
72 'inferretque deos Latio, genus unde Latinum, Albanique ' +
73 'patres, atque altae moenia Romae.',
74 }],
58 }); 75 });
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/a11y_page/a11y_page.html ('k') | chrome/browser/resources/settings/demo.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698