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

Side by Side Diff: chrome/browser/resources/settings/about_page/detailed_build_info.html

Issue 2010653003: MD Settings: About page, implementing channel switcher dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 7 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/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="chrome://md-settings/about_page/about_page_browser_prox y.html"> 2 <link rel="import" href="chrome://md-settings/about_page/about_page_browser_prox y.html">
3 <link rel="import" href="chrome://md-settings/about_page/channel_switcher_dialog .html">
dschuyler 2016/05/26 23:32:09 Nit: this should change to remove the chrome://md
dpapad 2016/05/27 01:26:18 Done.
3 <link rel="import" href="chrome://md-settings/i18n_setup.html" 4 <link rel="import" href="chrome://md-settings/i18n_setup.html"
4 <link rel="import" href="chrome://md-settings/settings_shared_css.html"> 5 <link rel="import" href="chrome://md-settings/settings_shared_css.html">
5 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 6 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
6 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 7 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
7 8
8 <dom-module id="settings-detailed-build-info"> 9 <dom-module id="settings-detailed-build-info">
9 <template> 10 <template>
10 <style include="settings-shared"></style> 11 <style include="settings-shared"></style>
11 <div class="settings-box two-line"> 12 <div class="settings-box two-line">
12 <div class="start"> 13 <div class="start">
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 <div class="settings-box two-line"> 72 <div class="settings-box two-line">
72 <div class="start"> 73 <div class="start">
73 <!-- TODO(dpapad): Localize string --> 74 <!-- TODO(dpapad): Localize string -->
74 <div>Build date</div> 75 <div>Build date</div>
75 <div class="secondary">$i18n{aboutBuildDate}</div> 76 <div class="secondary">$i18n{aboutBuildDate}</div>
76 </div> 77 </div>
77 </div> 78 </div>
78 </template> 79 </template>
79 <script src="detailed_build_info.js"></script> 80 <script src="detailed_build_info.js"></script>
80 </dom-module> 81 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698