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

Unified Diff: chrome/browser/resources/omnibox/omnibox.html

Issue 10382057: Cleanup Javascript Style Violations for chrome://omnibox/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/omnibox/omnibox.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/omnibox/omnibox.html
diff --git a/chrome/browser/resources/omnibox/omnibox.html b/chrome/browser/resources/omnibox/omnibox.html
index 59c4343464335b12606babf9f341771d56f74966..6f11c220a9ea82e727e25287beba731e4f776445 100644
--- a/chrome/browser/resources/omnibox/omnibox.html
+++ b/chrome/browser/resources/omnibox/omnibox.html
@@ -5,6 +5,7 @@
<title>Omnibox Debug Page</title>
<link rel="stylesheet" href="omnibox.css">
<script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/util.js"></script>
<script src="omnibox.js"></script>
</head>
<body>
« no previous file with comments | « no previous file | chrome/browser/resources/omnibox/omnibox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698