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

Unified Diff: chrome/browser/resources/options/alert_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/alert_overlay.js
diff --git a/chrome/browser/resources/options/alert_overlay.js b/chrome/browser/resources/options/alert_overlay.js
index aab11765e671258cfa6e6977e7087ed7ab76f7e4..a4bf51b35f533225e04847c4e74a65d55931526d 100644
--- a/chrome/browser/resources/options/alert_overlay.js
+++ b/chrome/browser/resources/options/alert_overlay.js
@@ -27,9 +27,7 @@ cr.define('options', function() {
*/
canShow_: false,
- /**
- * Initialize the page.
- */
+ /** @override */
initializePage: function() {
// Call base class implementation to start preference initialization.
OptionsPage.prototype.initializePage.call(this);
@@ -78,6 +76,7 @@ cr.define('options', function() {
/**
* The page is getting hidden. Don't let it be shown again.
+ * @override
*/
willHidePage: function() {
canShow_ = false;

Powered by Google App Engine
This is Rietveld 408576698