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

Unified Diff: chrome/browser/resources/options/chromeos/display_overscan.js

Issue 566063002: Compile chrome://settings, part 8: the final battle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@H_options_errors_6
Patch Set: 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/display_overscan.js
diff --git a/chrome/browser/resources/options/chromeos/display_overscan.js b/chrome/browser/resources/options/chromeos/display_overscan.js
index c09f3b4e01ee0872ce6468170c399193b0a06315..135d974e469fdcac5411b9d1500f342e08d4f859 100644
--- a/chrome/browser/resources/options/chromeos/display_overscan.js
+++ b/chrome/browser/resources/options/chromeos/display_overscan.js
@@ -24,6 +24,7 @@ cr.define('options', function() {
/**
* The ID of the target display.
+ * @type {?string}
* @private
Dan Beam 2014/09/12 23:36:12 nit: @private {?string}
Vitaly Pavlenko 2014/09/13 00:02:36 Done.
*/
id_: null,

Powered by Google App Engine
This is Rietveld 408576698