Chromium Code Reviews

Unified Diff: chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
diff --git a/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html b/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
index 26c86a3764980b17ca28bf32871e1420614eb40c..9b8bc71b15ace2a11eebdf4933bedf88864a9022 100644
--- a/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
+++ b/chrome/common/extensions/docs/examples/api/history/showHistory/typedUrls.html
@@ -8,8 +8,8 @@
<script src='typedUrls.js'></script>
</head>
- <body onload='buildTypedUrlList("typedUrl_div")' >
+ <body>
<h2>Recently Typed URLs:</h2>
- <div id='typedUrl_div'></div>
+ <div id="typedUrl_div"></div>
</body>
</html>

Powered by Google App Engine