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

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

Issue 2155063003: MD Settings: more useful bug filing link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge fix 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_ui/settings_ui.js » ('j') | 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/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/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="/direction_delegate.html"> 7 <link rel="import" href="/direction_delegate.html">
8 <link rel="import" href="/i18n_setup.html"> 8 <link rel="import" href="/i18n_setup.html">
9 <link rel="import" href="/icons.html"> 9 <link rel="import" href="/icons.html">
10 <link rel="import" href="/settings_main/settings_main.html"> 10 <link rel="import" href="/settings_main/settings_main.html">
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 </app-drawer> 129 </app-drawer>
130 <paper-header-panel mode="waterfall"> 130 <paper-header-panel mode="waterfall">
131 <settings-main prefs="{{prefs}}" current-route="{{currentRoute}}"> 131 <settings-main prefs="{{prefs}}" current-route="{{currentRoute}}">
132 </settings-main> 132 </settings-main>
133 </paper-header-panel> 133 </paper-header-panel>
134 134
135 <!-- TODO(dbeam): remove before launch. --> 135 <!-- TODO(dbeam): remove before launch. -->
136 <div id="appeal" hidden="[[appealClosed_]]"> 136 <div id="appeal" hidden="[[appealClosed_]]">
137 <span id="request"> 137 <span id="request">
138 <h1>Please read: A personal appeal from the Chrome settings team.</h1> 138 <h1>Please read: A personal appeal from the Chrome settings team.</h1>
139 <a href="https://goo.gl/btju6c">Please file bugs</a> 139 <a href="[[appealBugUrl_]]">Please file bugs</a>
140 before you 140 before you
141 <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>.
142 </span> 142 </span>
143 <span id="close" tabindex=0 on-tap="onCloseAppealTap_">&#x2715;</span> 143 <span id="close" tabindex=0 on-tap="onCloseAppealTap_">&#x2715;</span>
144 </div> 144 </div>
145 145
146 </template> 146 </template>
147 <script src="settings_ui.js"></script> 147 <script src="settings_ui.js"></script>
148 </dom-module> 148 </dom-module>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_ui/settings_ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698