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

Unified Diff: chrome/browser/resources/chromeos/login/header_bar.html

Issue 811033002: Add device policy to disallow shutdown - ash UI modifications (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shutdown_allowed => reboot_on_shutdown Created 6 years 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/chromeos/login/header_bar.html
diff --git a/chrome/browser/resources/chromeos/login/header_bar.html b/chrome/browser/resources/chromeos/login/header_bar.html
index 9f5f97287ad736eb7bcf2124e30184a25ee8f444..b5237453e78d02c4893e630ac61e6dc74e47fe8a 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.html
+++ b/chrome/browser/resources/chromeos/login/header_bar.html
@@ -3,6 +3,10 @@
<button id="shutdown-button" class="custom-appearance"
i18n-content="shutDown"></button>
</div>
+ <div id="restart-header-bar-item" class="header-bar-item">
+ <button id="restart-button" class="custom-appearance"
+ i18n-content="restart"></button>
+ </div>
<div id="apps-header-bar-item" class="header-bar-item" hidden>
<button id="show-apps-button" class="custom-appearance"
i18n-content="showApps"></button>

Powered by Google App Engine
This is Rietveld 408576698