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

Unified Diff: chrome/browser/resources/pdf/index-material.html

Issue 855323002: Refactoring of code by moving navigate_() to separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/pdf/index-material.html
diff --git a/chrome/browser/resources/pdf/index-material.html b/chrome/browser/resources/pdf/index-material.html
index 968a201ecc20e06eb7d4b62cd9f8378a1edc7c18..baedaeb782ba47f665e6b8244fb2f20853de1a63 100644
--- a/chrome/browser/resources/pdf/index-material.html
+++ b/chrome/browser/resources/pdf/index-material.html
@@ -53,6 +53,7 @@
<script src="pdf.js"></script>
<script src="viewport.js"></script>
<script src="open_pdf_params_parser.js"></script>
+<script src="navigation_pdf.js"></script>
<script src="pdf_scripting_api.js"></script>
<script src="chrome://resources/js/util.js"></script>
raymes 2015/01/20 02:58:28 Could you please sort these in the same order as i
Deepak 2015/01/20 07:08:37 Done, In both file arranged js files in alphabetic
</html>

Powered by Google App Engine
This is Rietveld 408576698