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

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

Issue 298553002: Options: maintain history entries on the parent frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unnecessary diff. Created 6 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/help/help.js
diff --git a/chrome/browser/resources/help/help.js b/chrome/browser/resources/help/help.js
index 258359285c5150194be03055705ae82c6b425910..db396393937a02b25f948473d18bf80e6e37e515 100644
--- a/chrome/browser/resources/help/help.js
+++ b/chrome/browser/resources/help/help.js
@@ -56,8 +56,7 @@ cr.define('help', function() {
uber.onContentFrameLoaded();
// Set the title.
- var title = loadTimeData.getString('helpTitle');
- uber.invokeMethodOnParent('setTitle', {title: title});
+ uber.setTitle(loadTimeData.getString('helpTitle'));
$('product-license').innerHTML = loadTimeData.getString('productLicense');
if (cr.isChromeOS) {

Powered by Google App Engine
This is Rietveld 408576698