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

Unified Diff: chrome/browser/resources/help/help.html

Issue 9618037: Help: Hook up the 'Get help' button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/help/help.html
diff --git a/chrome/browser/resources/help/help.html b/chrome/browser/resources/help/help.html
index 54c9e84b41e4245414e8cd02abf81b5e5397a266..f96cc840f270016e9af8ce8af356ed4a50a28042 100644
--- a/chrome/browser/resources/help/help.html
+++ b/chrome/browser/resources/help/help.html
@@ -31,12 +31,10 @@
<span i18n-content="aboutProductDescription"></span>
</div>
</div>
-<if expr="pp_ifdef('_google_chrome')">
<div id="help-container">
<button id="get-help" i18n-content="getHelpWithChrome"></button>
<button id="report-issue" i18n-content="reportAnIssue"></button>
</div>
-</if>
<div id="version-container">
<div i18n-content="browserVersion"></div>
<if expr="pp_ifdef('chromeos')">

Powered by Google App Engine
This is Rietveld 408576698