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

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

Issue 2082793003: MD Settings: First iteration of searching within settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cr_search_migration0
Patch Set: Address comments. 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/cr_toolbar/cr_toolbar.ht ml"> 1 <link rel="import" href="chrome://resources/cr_elements/cr_toolbar/cr_toolbar.ht ml">
2 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 2 <link rel="import" href="chrome://resources/cr_elements/icons.html">
3 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
4 <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/app-layout/app-drawer/a pp-drawer.html">
5 <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-flex-layout/iron-f lex-layout.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm l">
7 <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">
8 <link rel="import" href="/direction_delegate.html"> 7 <link rel="import" href="/direction_delegate.html">
9 <link rel="import" href="/i18n_setup.html"> 8 <link rel="import" href="/i18n_setup.html">
10 <link rel="import" href="/icons.html"> 9 <link rel="import" href="/icons.html">
11 <link rel="import" href="/settings_main/settings_main.html"> 10 <link rel="import" href="/settings_main/settings_main.html">
12 <link rel="import" href="/settings_menu/settings_menu.html"> 11 <link rel="import" href="/settings_menu/settings_menu.html">
13 <link rel="import" href="/settings_page/settings_router.html"> 12 <link rel="import" href="/settings_page/settings_router.html">
14 <link rel="import" href="/settings_shared_css.html"> 13 <link rel="import" href="/settings_shared_css.html">
15 14
16 <dom-module id="settings-ui"> 15 <dom-module id="settings-ui">
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 <a href="https://goo.gl/btju6c">Please file bugs</a> 139 <a href="https://goo.gl/btju6c">Please file bugs</a>
141 before you 140 before you
142 <a href="chrome://settings-frame">go back to the old settings</a>. 141 <a href="chrome://settings-frame">go back to the old settings</a>.
143 </span> 142 </span>
144 <span id="close" tabindex=0 on-tap="onCloseAppealTap_">&#x2715;</span> 143 <span id="close" tabindex=0 on-tap="onCloseAppealTap_">&#x2715;</span>
145 </div> 144 </div>
146 145
147 </template> 146 </template>
148 <script src="settings_ui.js"></script> 147 <script src="settings_ui.js"></script>
149 </dom-module> 148 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/settings/settings_ui/settings_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698