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

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

Issue 12217133: Fixed GAIA timeout error message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/screen_error_message.html
diff --git a/chrome/browser/resources/chromeos/login/screen_error_message.html b/chrome/browser/resources/chromeos/login/screen_error_message.html
index 45efbc7bb9b1c1c8805663279965a4e1342b1946..1c506b2f48c1be4fa8409edf855619aa71ebb462 100644
--- a/chrome/browser/resources/chromeos/login/screen_error_message.html
+++ b/chrome/browser/resources/chromeos/login/screen_error_message.html
@@ -3,20 +3,18 @@
<div id="error-message-screen-title">
<span id="captive-portal-title" i18n-content="captivePortalTitle"
class="show-with-captive-portal-error show-with-proxy-error"></span>
- <span id="timeout-message-title" i18n-content="timeoutMessageTitle"
- class="show-with-timeout-error"></span>
<span id="error-message-title" i18n-content="offlineMessageTitle"
- class="show-with-offline-error"></span>
+ class="show-with-offline-error show-with-timeout-error"></span>
</div>
<div id="error-message-body">
<span id="offline-message-text" i18n-content="offlineMessageBody"
- class="show-with-offline-error"></span>
+ class="show-with-offline-error show-with-timeout-error"></span>
<div id="captive-portal-message-text"
class="show-with-captive-portal-error"></div>
<div id="captive-portal-proxy-message-text"
- class="show-with-captive-portal-error"></div>
+ class="show-with-captive-portal-error show-with-timeout-error"></div>
<div id="proxy-message-text"
- class="show-with-proxy-error show-with-timeout-error"></div>
+ class="show-with-proxy-error"></div>
</div>
<div id="offline-network-control" class="control-with-label">
<label for="offline-networks-list-dropdown" i18n-content="selectNetwork"
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698