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

Side by Side Diff: chrome/browser/resources/settings/settings_page/settings_subpage.html

Issue 1826683002: MD Settings: Lazy-load sub-pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@WebAnimationsExterns
Patch Set: Created 4 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
(Empty)
1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.h tml">
3 <link rel="import" href="chrome://resources/polymer/v1_0/iron-resizable-behavior /iron-resizable-behavior.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-ani matable-behavior.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
6
7 <dom-module id="settings-subpage">
8 <link rel="import" type="css" href="settings_subpage.css">
9 <template>
10 <div id="subheader">
11 <paper-icon-button icon="arrow-back" on-tap="onTapBack_">
12 </paper-icon-button>
13 <h2>[[pageTitle]]</h2>
14 </div>
15 <content></content>
16 </template>
17 <script src="settings_subpage.js"></script>
18 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698