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

Unified Diff: components/neterror/resources/neterror.html

Issue 1668963002: Componentize IDR_NET_ERROR_HTML for sharing it with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase & remove jar@chromium.org from components/resources/OWNERS Created 4 years, 10 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 | « components/neterror/resources/neterror.css ('k') | components/neterror/resources/neterror.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/neterror/resources/neterror.html
diff --git a/chrome/renderer/resources/neterror.html b/components/neterror/resources/neterror.html
similarity index 94%
rename from chrome/renderer/resources/neterror.html
rename to components/neterror/resources/neterror.html
index f8f53ea220da29ab257ec8c345bf4516956cbe32..56154477920ecc832c2203ae9ef000275fbf885f 100644
--- a/chrome/renderer/resources/neterror.html
+++ b/components/neterror/resources/neterror.html
@@ -5,9 +5,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0,
maximum-scale=1.0, user-scalable=no">
<title i18n-content="title"></title>
- <link rel="stylesheet" href="../../../components/security_interstitials/core/browser/resources/interstitial_v2.css">
+ <link rel="stylesheet" href="../../security_interstitials/core/browser/resources/interstitial_v2.css">
<link rel="stylesheet" href="neterror.css">
- <script src="../../../components/security_interstitials/core/browser/resources/interstitial_v2_mobile.js"></script>
+ <script src="../../security_interstitials/core/browser/resources/interstitial_v2_mobile.js"></script>
<script src="neterror.js"></script>
<script src="offline.js"></script>
</head>
« no previous file with comments | « components/neterror/resources/neterror.css ('k') | components/neterror/resources/neterror.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698