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

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

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines Created 6 years, 5 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/supervised_user_block_interstitial.html
diff --git a/chrome/browser/resources/managed_mode_block_interstitial.html b/chrome/browser/resources/supervised_user_block_interstitial.html
similarity index 86%
rename from chrome/browser/resources/managed_mode_block_interstitial.html
rename to chrome/browser/resources/supervised_user_block_interstitial.html
index fc0499d5d5ee783d67dcf98f903859e6fc2babfa..a727679359c1b404131881e4805020623b6a36c1 100644
--- a/chrome/browser/resources/managed_mode_block_interstitial.html
+++ b/chrome/browser/resources/supervised_user_block_interstitial.html
@@ -4,11 +4,11 @@
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<title i18n-content="blockPageTitle"></title>
-<link rel="stylesheet" href="managed_mode_block_interstitial.css">
+<link rel="stylesheet" href="supervised_user_block_interstitial.css">
<script src="../../../ui/webui/resources/js/cr.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>
+<script src="supervised_user_block_interstitial.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698