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

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

Issue 11962043: Move webui resources from chrome\browser\resources\shared to ui\webui\resources. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/managed_mode_block_interstitial.html
===================================================================
--- chrome/browser/resources/managed_mode_block_interstitial.html (revision 177292)
+++ chrome/browser/resources/managed_mode_block_interstitial.html (working copy)
@@ -2,11 +2,11 @@
<html i18n-values="dir:textdirection">
<head>
<title i18n-content="blockPageTitle"></title>
- <link rel="stylesheet" href="shared/css/chrome_shared.css">
- <link rel="stylesheet" href="shared/css/widgets.css">
+ <link rel="stylesheet" href="../../../ui/webui/resources/css/chrome_shared.css">
+ <link rel="stylesheet" href="../../../ui/webui/resources/css/widgets.css">
<link rel="stylesheet" href="managed_mode_block_interstitial.css">
- <script src="shared/js/load_time_data.js"></script>
- <script src="shared/js/util.js"></script>
+ <script src="../../../ui/webui/resources/js/load_time_data.js"></script>
+ <script src="../../../ui/webui/resources/js/util.js"></script>
<script src="managed_mode_block_interstitial.js"></script>
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
« no previous file with comments | « chrome/browser/resources/incognito_tab.html ('k') | chrome/browser/resources/media_internals/disjoint_range_set_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698