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

Unified Diff: chrome/browser/resources/managed_mode_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/managed_mode_block_interstitial.html
diff --git a/chrome/browser/resources/managed_mode_block_interstitial.html b/chrome/browser/resources/managed_mode_block_interstitial.html
deleted file mode 100644
index fc0499d5d5ee783d67dcf98f903859e6fc2babfa..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/managed_mode_block_interstitial.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html i18n-values="dir:textdirection">
-<head>
-<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">
-<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>
-</head>
-
-<body>
-<div id="main-frame-blocked">
- <div id="box">
- <div id="content-top">
- <img id="error-img" class="error-img">
- <h1>
- <div id="block-page-message" i18n-content="blockPageMessage"></div>
- <div id="request-sent-message" i18n-content="requestSentMessage" hidden>
- </div>
- </h1>
-
- <button id="back-button" i18n-content="backButton"></button>
- <button id="request-access-button" i18n-content="requestAccessButton">
- </button>
- </div>
-
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698