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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.js

Issue 426723004: options: Remove a bunch of useless: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/options/manage_profile_overlay.js
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js
index 723d6cd1cc8d7d3f5a6315ebff7abf1b5d6df3b6..e73fcde6e6e5b67f1ca890966aea8860c76fd3bd 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.js
+++ b/chrome/browser/resources/options/manage_profile_overlay.js
@@ -41,9 +41,7 @@ cr.define('options', function() {
// The currently selected icon in the icon grid.
iconGridSelectedURL_: null,
- /**
- * Initialize the page.
- */
+ /** @override */
initializePage: function() {
// Call base class implementation to start preference initialization.
OptionsPage.prototype.initializePage.call(this);
@@ -89,7 +87,7 @@ cr.define('options', function() {
OptionsPage.closeOverlay();
chrome.send('deleteProfile',
[BrowserOptions.getCurrentProfile().filePath]);
- }
+ };
$('create-profile-managed-signed-in-learn-more-link').onclick =
function(event) {
« no previous file with comments | « chrome/browser/resources/options/language_options.js ('k') | chrome/browser/resources/options/managed_user_create_confirm.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698