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

Unified Diff: chrome/browser/resources/print_preview/print_preview_focus_manager.js

Issue 575333002: Compile print_preview, part 2: reduce down to 260 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview
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/print_preview/print_preview_focus_manager.js
diff --git a/chrome/browser/resources/print_preview/print_preview_focus_manager.js b/chrome/browser/resources/print_preview/print_preview_focus_manager.js
index fd2408753336c24653555dd3fba21ab88943b87a..be4c22d06d01465d20fd834892e476bf2577a109 100644
--- a/chrome/browser/resources/print_preview/print_preview_focus_manager.js
+++ b/chrome/browser/resources/print_preview/print_preview_focus_manager.js
@@ -9,6 +9,7 @@ cr.define('print_preview', function() {
* FocusManager implementation specialized for Print Preview, which ensures
* that Print Preview itself does not receive focus when an overlay is shown.
* @constructor
+ * @extends {cr.ui.FocusManager}
*/
function PrintPreviewFocusManager() {
};

Powered by Google App Engine
This is Rietveld 408576698