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

Side by Side Diff: chrome/browser/resources/settings/settings_ui/settings_ui.html

Issue 2082983003: MD Settings: App drawer, remove TODO about waterfall effect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 1 <link rel="import" href="chrome://resources/cr_elements/icons.html">
2 <link rel="import" href="chrome://resources/html/polymer.html"> 2 <link rel="import" href="chrome://resources/html/polymer.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/app-layout/app-drawer/a pp-drawer.html"> 3 <link rel="import" href="chrome://resources/polymer/v1_0/app-layout/app-drawer/a pp-drawer.html">
4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/iron-f lex-layout.html">
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l"> 5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-header-panel/pape r-header-panel.html"> 6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-header-panel/pape r-header-panel.html">
7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper -icon-button.html">
8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html"> 8 <link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input .html">
9 <link rel="import" href="/direction_delegate.html"> 9 <link rel="import" href="/direction_delegate.html">
10 <link rel="import" href="/i18n_setup.html"> 10 <link rel="import" href="/i18n_setup.html">
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 <paper-icon-button icon="cr:search" toggles></paper-icon-button> 137 <paper-icon-button icon="cr:search" toggles></paper-icon-button>
138 <paper-input id="search-input" label="$i18n{internalSearch}" 138 <paper-input id="search-input" label="$i18n{internalSearch}"
139 no-label-float> 139 no-label-float>
140 <!-- TODO(dschuyler): implement internal search. --> 140 <!-- TODO(dschuyler): implement internal search. -->
141 <paper-icon-button suffix icon="cr:cancel"> 141 <paper-icon-button suffix icon="cr:cancel">
142 </paper-icon-button> 142 </paper-icon-button>
143 </paper-input> 143 </paper-input>
144 </div> 144 </div>
145 </div> 145 </div>
146 <app-drawer swipe-open> 146 <app-drawer swipe-open>
147 <!--TODO(dpapad): Restore waterfall effect or remove this TODO, depending
148 on outcome of crbug.com/621718-->
149 <div class="drawer-header">$i18n{settings}</div> 147 <div class="drawer-header">$i18n{settings}</div>
150 <div class="drawer-content"> 148 <div class="drawer-content">
151 <settings-menu current-route="{{currentRoute}}" id="sideNav"> 149 <settings-menu current-route="{{currentRoute}}" id="sideNav">
152 </settings-menu> 150 </settings-menu>
153 </div> 151 </div>
154 </app-drawer> 152 </app-drawer>
155 <paper-header-panel mode="waterfall"> 153 <paper-header-panel mode="waterfall">
156 <settings-main prefs="{{prefs}}" current-route="{{currentRoute}}"> 154 <settings-main prefs="{{prefs}}" current-route="{{currentRoute}}">
157 </settings-main> 155 </settings-main>
158 </paper-header-panel> 156 </paper-header-panel>
159 </template> 157 </template>
160 <script src="settings_ui.js"></script> 158 <script src="settings_ui.js"></script>
161 </dom-module> 159 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698