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

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

Issue 8564044: Revert 110056 - Print Preview: Make print preview tab modal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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_header.js
===================================================================
--- chrome/browser/resources/print_preview/print_header.js (revision 110058)
+++ chrome/browser/resources/print_preview/print_header.js (working copy)
@@ -53,14 +53,6 @@
},
/**
- * Enables the cancel button and attaches its keydown event listener.
- */
- enableCancelButton: function() {
- window.onkeydown = onKeyDown;
- this.cancelButton_.disabled = false;
- },
-
- /**
* Executes when a |customEvents.PDF_GENERATION_ERROR| event occurs.
* @private
*/
« no previous file with comments | « chrome/browser/printing/print_view_manager.cc ('k') | chrome/browser/resources/print_preview/print_preview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698