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

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

Issue 2862963002: MD Settings/Help: re-arrange separator DOM on about page (Closed)
Patch Set: Created 3 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
« 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/html/polymer.html"> 1 <link rel="import" href="chrome://resources/html/polymer.html">
2 <link rel="import" href="about_page_browser_proxy.html"> 2 <link rel="import" href="about_page_browser_proxy.html">
3 <link rel="import" href="../i18n_setup.html"> 3 <link rel="import" href="../i18n_setup.html">
4 <link rel="import" href="../icons.html"> 4 <link rel="import" href="../icons.html">
5 <link rel="import" href="../lifetime_browser_proxy.html"> 5 <link rel="import" href="../lifetime_browser_proxy.html">
6 <link rel="import" href="../route.html"> 6 <link rel="import" href="../route.html">
7 <link rel="import" href="../settings_page/main_page_behavior.html"> 7 <link rel="import" href="../settings_page/main_page_behavior.html">
8 <link rel="import" href="../settings_page/settings_animated_pages.html"> 8 <link rel="import" href="../settings_page/settings_animated_pages.html">
9 <link rel="import" href="../settings_page/settings_section.html"> 9 <link rel="import" href="../settings_page/settings_section.html">
10 <link rel="import" href="../settings_page_css.html"> 10 <link rel="import" href="../settings_page_css.html">
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 </div> 117 </div>
118 <span id="deprecationWarning" 118 <span id="deprecationWarning"
119 hidden="[[!obsoleteSystemInfo_.obsolete]]"> 119 hidden="[[!obsoleteSystemInfo_.obsolete]]">
120 $i18n{aboutObsoleteSystem} 120 $i18n{aboutObsoleteSystem}
121 <a href="$i18n{aboutObsoleteSystemURL}" target="_blank"> 121 <a href="$i18n{aboutObsoleteSystemURL}" target="_blank">
122 $i18n{learnMore} 122 $i18n{learnMore}
123 </a> 123 </a>
124 </span> 124 </span>
125 <div class="secondary copyable">$i18n{aboutBrowserVersion}</div> 125 <div class="secondary copyable">$i18n{aboutBrowserVersion}</div>
126 </div> 126 </div>
127 <div class="separator" hidden="[[!showButtonContainer_]]"></div>
127 <span id="buttonContainer" hidden="[[!showButtonContainer_]]"> 128 <span id="buttonContainer" hidden="[[!showButtonContainer_]]">
128 <div class="separator"></div>
129 <paper-button id="relaunch" class="secondary-button" 129 <paper-button id="relaunch" class="secondary-button"
130 hidden="[[!showRelaunch_]]" on-tap="onRelaunchTap_"> 130 hidden="[[!showRelaunch_]]" on-tap="onRelaunchTap_">
131 $i18n{aboutRelaunch} 131 $i18n{aboutRelaunch}
132 </paper-button> 132 </paper-button>
133 <if expr="chromeos"> 133 <if expr="chromeos">
134 <paper-button id="relaunchAndPowerwash" class="secondary-button" 134 <paper-button id="relaunchAndPowerwash" class="secondary-button"
135 hidden="[[!showRelaunchAndPowerwash_]]" 135 hidden="[[!showRelaunchAndPowerwash_]]"
136 on-tap="onRelaunchAndPowerwashTap_"> 136 on-tap="onRelaunchAndPowerwashTap_">
137 $i18n{aboutRelaunchAndPowerwash} 137 $i18n{aboutRelaunchAndPowerwash}
138 </paper-button> 138 </paper-button>
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 <settings-detailed-build-info></settings-detailed-build-info> 218 <settings-detailed-build-info></settings-detailed-build-info>
219 </settings-subpage> 219 </settings-subpage>
220 </template> 220 </template>
221 </if> 221 </if>
222 </settings-animated-pages> 222 </settings-animated-pages>
223 </settings-section> 223 </settings-section>
224 </div> 224 </div>
225 </template> 225 </template>
226 <script src="about_page.js"></script> 226 <script src="about_page.js"></script>
227 </dom-module> 227 </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