summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/history.html
diff options
context:
space:
mode:
authortsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 21:17:27 +0000
committertsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-13 21:17:27 +0000
commit9377f8296fc4ca882e8e44336d36f84e3ee10678 (patch)
treebe0d31776cf16a1b53aa7fd038ed049b0a0069a6 /chrome/browser/resources/history.html
parent3203631c5af1a3ff123c589c448fcb7fb4b4889d (diff)
downloadchromium_src-9377f8296fc4ca882e8e44336d36f84e3ee10678.zip
chromium_src-9377f8296fc4ca882e8e44336d36f84e3ee10678.tar.gz
chromium_src-9377f8296fc4ca882e8e44336d36f84e3ee10678.tar.bz2
Add content-security-policy to chrome://view-http-cache, and move scripts to head in chrome://history.
Review URL: http://codereview.chromium.org/7310009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92418 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/history.html')
-rw-r--r--chrome/browser/resources/history.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index b6d9b32..2d4522d 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -11,6 +11,8 @@
<link rel="icon" href="../../app/theme/history_favicon.png">
<script src="chrome://resources/js/local_strings.js"></script>
<script src="chrome://resources/js/util.js"></script>
+<script src="chrome://history/history.js"></script>
+<script src="chrome://history/strings.js"></script>
<link rel="stylesheet" href="webui.css">
<style>
#results-separator {
@@ -148,8 +150,6 @@ html[dir='rtl'] .entry .title > a {
</div>
<div class="footer">
</div>
-<script src="chrome://history/history.js"></script>
-<script src="chrome://history/strings.js"></script>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/i18n_process.js"></script>
</body>