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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_large.html

Issue 2894413003: Rename interstitial_v2 files (Closed)
Patch Set: Fix rebase error Created 3 years, 6 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: components/security_interstitials/core/browser/resources/interstitial_large.html
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.html b/components/security_interstitials/core/browser/resources/interstitial_large.html
similarity index 91%
rename from components/security_interstitials/core/browser/resources/interstitial_v2.html
rename to components/security_interstitials/core/browser/resources/interstitial_large.html
index f382689f3d35bdaa8836f3238884c00854584896..bcb762a2c22f71d7136886b9ab4f8591ee8c330a 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.html
+++ b/components/security_interstitials/core/browser/resources/interstitial_large.html
@@ -6,14 +6,14 @@
content="initial-scale=1, minimum-scale=1, width=device-width">
<title i18n-content="tabTitle"></title>
<link rel="stylesheet" href="interstitial_common.css">
- <link rel="stylesheet" href="interstitial_v2.css">
+ <link rel="stylesheet" href="interstitial_large.css">
<script src="../../../../../ui/webui/resources/js/util.js"></script>
<script src="captive_portal.js"></script>
<script src="ssl.js"></script>
<script src="extended_reporting.js"></script>
- <script src="interstitial_v2_mobile.js"></script>
+ <script src="interstitial_mobile_nav.js"></script>
<script src="interstitial_common.js"></script>
- <script src="interstitial_v2.js"></script>
+ <script src="interstitial_large.js"></script>
</head>
<body id="body">
<div class="interstitial-wrapper">

Powered by Google App Engine
This is Rietveld 408576698