PDF Viewer: Move controllers to a separate file
pdf_viewer.js is extremely long, and there is no reason the controllers need to be in the same file with the PDF viewer class. This will also simplify the process of closure compiling pdf_viewer.js, as handling the dependencies between the viewer and the controllers and compiling the controller portion of the code will be easier to separate from the work to compile the rest of pdf_viewer.js. Bug: 721073 Change-Id: Ife7a9fefd8a1a552fe5b15dbb747aaa0aa9b89b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793814Reviewed-by:Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#695014}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment