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

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.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/keyboard_overlay.js
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.js b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
index 0e2d56d0d7cd809697bb322f3d260665a0d08c02..74680dbf7d6889452fc8a2e38c389276ad4f748b 100644
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.js
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
@@ -27,6 +27,7 @@ cr.define('options', function() {
/**
* Encapsulated handling of the keyboard overlay.
* @constructor
+ * @extends {options.SettingsDialog}
*/
function KeyboardOverlay() {
options.SettingsDialog.call(this, 'keyboard-overlay',

Powered by Google App Engine
This is Rietveld 408576698