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

Unified Diff: components/supervised_user_error_page/resources/supervised_user_block_interstitial.js

Issue 2479413004: Supervised User interstitial: Update strings to be more child-friendly (Closed)
Patch Set: final? Created 4 years, 1 month 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/supervised_user_error_page/resources/supervised_user_block_interstitial.js
diff --git a/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
index 8615994d926babe2c14681e47906acf49b61689c..18a46c808a21ae4edb8c9e6c592a3960c019023f 100644
--- a/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
+++ b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.js
@@ -86,6 +86,7 @@ function initialize() {
*/
function setRequestStatus(isSuccessful) {
console.log('setRequestStatus(' + isSuccessful +')');
+ $('block-page-header').hidden = true;
$('block-page-message').hidden = true;
if (isSuccessful) {
$('request-failed-message').hidden = true;

Powered by Google App Engine
This is Rietveld 408576698