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

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

Issue 543493002: Compile chrome://settings, part 2: reduce from 950 to 400 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@F_settings
Patch Set: rebase? rebase! Created 6 years, 3 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/supervised_user_learn_more.js
diff --git a/chrome/browser/resources/options/supervised_user_learn_more.js b/chrome/browser/resources/options/supervised_user_learn_more.js
index dd69febeb1fe5e45f427237eb41f29cf8e771471..6b589f3b8a5edcc50e6cb7cf8b4583139d00a0a5 100644
--- a/chrome/browser/resources/options/supervised_user_learn_more.js
+++ b/chrome/browser/resources/options/supervised_user_learn_more.js
@@ -9,7 +9,7 @@ cr.define('options', function() {
* SupervisedUserLearnMore class.
* Encapsulated handling of the 'Learn more...' overlay page.
* @constructor
- * @class
+ * @extends {cr.ui.pageManager.Page}
*/
function SupervisedUserLearnMoreOverlay() {
Page.call(this, 'supervisedUserLearnMore',
« no previous file with comments | « chrome/browser/resources/options/supervised_user_import.js ('k') | chrome/browser/resources/options/website_settings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698