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

Unified Diff: chrome/browser/resources/extensions/extensions.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/extensions/extensions.js
diff --git a/chrome/browser/resources/extensions/extensions.js b/chrome/browser/resources/extensions/extensions.js
index ec2d60c512de251f8811306d257df7c32ea07e1f..0c1e66d9c785a31faa1c6e6ca3625cafc1998ccc 100644
--- a/chrome/browser/resources/extensions/extensions.js
+++ b/chrome/browser/resources/extensions/extensions.js
@@ -103,8 +103,7 @@ cr.define('extensions', function() {
measureCheckboxStrings();
// Set the title.
- var title = loadTimeData.getString('extensionSettings');
- uber.invokeMethodOnParent('setTitle', {title: title});
+ uber.setTitle(loadTimeData.getString('extensionSettings'));
// This will request the data to show on the page and will get a response
// back in returnExtensionsData.
« no previous file with comments | « no previous file | chrome/browser/resources/help/help.js » ('j') | chrome/browser/resources/options/content_settings.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698