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

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

Issue 539273002: Added UI to enable debugging features on CrOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.html b/chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.html
new file mode 100644
index 0000000000000000000000000000000000000000..21ee8ac82912757121f18b12081e72eb91de035c
--- /dev/null
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_enable_debugging.html
@@ -0,0 +1,54 @@
+<div class="step faded hidden no-logo" id="debugging" role="group" hidden
+ i18n-values="aria-label:enableDebuggingScreenAccessibleTitle">
+ <div class="step-contents">
+ <div id="enable-debugging-warning-msg"
+ i18n-content="enableDebuggingScreenTitle"
+ class="remove-protection-specific setup-specific
+ done-specific wait-specific">
+ </div>
+ <img id="enable-debugging-warning-icon"
+ src="chrome://theme/IDR_RESET_WARNING"
+ i18n-values="alt:enableDebuggingScreenIconTitle"/>
+ <div id="enable-debugging-info"
+ class="enable-debugging-text
+ remove-protection-specific setup-specific state-specific
+ error-specific done-specific">
+ <div id="enable-debugging-remove-protection-details"
+ i18n-content="enableDebuggingRemveRootfsMessage"
+ class="remove-protection-specific">
+ </div>
+ <div id="enable-debugging-setup-details"
+ i18n-content="enableDebuggingSetupMessage"
+ class="setup-specific">
+ </div>
+ <div id="enable-debugging-passwords" class="setup-specific">
+ <div class="enable-debugging-password-input">
+ <input id="enable-debugging-password"
+ class="enable-debugging-password-field" type="password"
+ size="20">
+ <input id="enable-debugging-password2"
+ class="enable-debugging-password-field" type="password"
+ size="20">
+ </div>
+ <div id="enable-debugging-password-note"
+ i18n-content="enableDebuggingPasswordLengthNote">
+ </div>
+ </div>
+ <div class="enable-debugging-completed-details done-specific"
+ i18n-content="enableDebuggingDoneMessage">
+ </div>
+ <div class="enable-debugging-error-details error-specific"
+ i18n-content="enableDebuggingErrorMessage">
+ </div>
+ <a id="enable-debugging-help-link" href="#" i18n-content="learnMore"></a>
+ </div>
+ <div id="revert-promise" class="wait-specific">
+ <div id="enable-debugging-wait-msg"
+ i18n-content="enableDebuggingWaitMessage">
+ </div>
+ <div id="enable-debugging-spinner" class="throbber">
+ </div>
+ </div>
+ </div>
+ <div id="debugging-controls" class="step-controls"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698