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

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

Issue 1981033003: MD Settings: About page, implement help and feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak strings to match the mocks." 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
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5c832c1008d6a9885cf31be3910397bb49bbc63a..e4dce0a5e5563d8fa032a6ef6db63febfcd12e6b 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -1,4 +1,5 @@
<link rel="import" href="chrome://resources/html/polymer.html">
+<link rel="import" href="chrome://md-settings/about_page/about_page_browser_proxy.html">
<link rel="import" href="chrome://md-settings/settings_page/main_page_behavior.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_animated_pages.html">
<link rel="import" href="chrome://md-settings/settings_page/settings_section.html">
@@ -44,17 +45,14 @@
</div>
<paper-button class="secondary-action">Check for update</paper-button>
</div>
- <div class="settings-box two-line">
- <!-- TODO(dpapad): Implement this. -->
- <div class="start">
- <div>Get help with Chrome</div>
- <div class="secondary">Open the Help Center</div>
- </div>
+ <div id="help" class="settings-box two-line" on-tap="onHelpTap_">
+ $i18n{aboutGetHelpUsingChrome}
</div>
- <div class="settings-box">
- <!-- TODO(dpapad): Implement this. -->
- Report an issue
+<if expr="_google_chrome">
+ <div id="reportIssue" class="settings-box" on-tap="onReportIssueTap_">
+ $i18n{aboutReportAnIssue}
</div>
+</if>
<if expr="chromeos">
<div class="settings-box" on-tap="onDetailedBuildInfoTap_">
<!-- TODO(dpapad): Localize string. -->
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698