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

Unified Diff: chrome/browser/resources/settings/about_page/about_page.html

Issue 1975003002: MD Settings: About page, implementing detailed build info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index 7a4f01b2ccceeeb6205afa121d52a8fb061fe5ad..5c832c1008d6a9885cf31be3910397bb49bbc63a 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -7,6 +7,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<if expr="chromeos">
+<link rel="import" href="chrome://md-settings/about_page/detailed_build_info.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_subpage.html">
</if>
@@ -64,8 +65,7 @@
<if expr="chromeos">
<template is="dom-if" name="detailed-build-info">
<settings-subpage page-title="Detailed build information">
- <!-- TODO(dpapad): Implement this. -->
- <div>Detailed build info goes here</div>
+ <settings-detailed-build-info></settings-detailed-build-info>
</settings-subpage>
</template>
</if>
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page_browser_proxy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698