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

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

Issue 1150723004: Fix closure compilation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/chromeos/display_options.js
diff --git a/chrome/browser/resources/options/chromeos/display_options.js b/chrome/browser/resources/options/chromeos/display_options.js
index bf316214fe83d07467e2ca66f4dbaa29ec016050..bf40eccc60a3c285d33f014f5a835d88c3852728 100644
--- a/chrome/browser/resources/options/chromeos/display_options.js
+++ b/chrome/browser/resources/options/chromeos/display_options.js
@@ -127,13 +127,13 @@ cr.define('options', function() {
*/
mirroring_: false,
- /*
+ /**
* Whether the unified desktop is enable or not.
* @private
*/
unifiedDesktopEnabled_: false,
- /*
+ /**
* Whether the unified desktop option should be present.
* @private
*/
@@ -965,7 +965,7 @@ cr.define('options', function() {
/**
* Called when the display arrangement has changed.
- * @param {options.MultiDisplayMode} multi display mode.
+ * @param {options.MultiDisplayMode} mode multi display mode.
* @param {Array<options.DisplayInfo>} displays The list of the display
* information.
* @param {options.SecondaryDisplayLayout} layout The layout strategy.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698