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

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

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/flags_warning.html
diff --git a/chrome/browser/resources/flags_warning.html b/chrome/browser/resources/flags_warning.html
index 19bc9e5e39f74e671d7998b6f92e9c103858f2c0..a45b300fa0da2de646098f50165292ecfdce8f35 100644
--- a/chrome/browser/resources/flags_warning.html
+++ b/chrome/browser/resources/flags_warning.html
@@ -27,11 +27,9 @@ body {
<span i18n-content="ownerOnly"></span>
<span i18n-content="ownerUserId"></span>
</div>
- <script src="chrome://flags/flags.js"></script>
Dan Beam 2013/01/03 04:55:23 why don't you need this any more?
Evan Stade 2013/01/03 05:31:23 it was never needed
+ <script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://flags/strings.js"></script>
- <script src="chrome://resources/js/i18n_template.js"></script>
- <script src="chrome://resources/js/i18n_process.js"></script>
- <script src="chrome://resources/js/jstemplate_compiled.js"></script>
+ <script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698