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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.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/chromeos/change_picture_options.js
diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.js b/chrome/browser/resources/options/chromeos/change_picture_options.js
index e41e5041ee70a9cff14f4e766de56da08228cb44..678b95d445b3c83813cbdc7933bf173dd5286774 100644
--- a/chrome/browser/resources/options/chromeos/change_picture_options.js
+++ b/chrome/browser/resources/options/chromeos/change_picture_options.js
@@ -24,6 +24,7 @@ cr.define('options', function() {
/**
* Encapsulated handling of ChromeOS change picture options page.
* @constructor
+ * @extends {cr.ui.pageManager.Page}
*/
function ChangePictureOptions() {
Page.call(this, 'changePicture',

Powered by Google App Engine
This is Rietveld 408576698