Index: chrome/browser/resources/pdf/index.html |
diff --git a/chrome/browser/resources/pdf/index.html b/chrome/browser/resources/pdf/index.html |
index cfb3551660baf062225735f2259c7734652ab327..59fea377707c28902f1ac4ea242eb6652d06a090 100644 |
--- a/chrome/browser/resources/pdf/index.html |
+++ b/chrome/browser/resources/pdf/index.html |
@@ -1,6 +1,12 @@ |
<!doctype html> |
<html i18n-values="dir:textdirection;lang:language"> |
<head> |
+ <!-- |
+ We set the base URL explicitly here as this file can be included outside of |
+ the PDF viewer to embed the viewer elsewhere. TODO(raymes): We should |
+ package this into a polymer element to better encapsulate it. |
+ --> |
+ <base href="chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/"> |
<meta charset="utf-8"> |
<script src="chrome://resources/js/polymer_config.js"></script> |
<link rel="import" href="elements/viewer-button/viewer-button.html"> |