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

Unified Diff: chrome/app/generated_resources.grd

Issue 2931005: Show offline interstitial page when offline and reload when reconnected to network. (Closed)
Patch Set: " Created 10 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
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 4825c0482623b7d89fbf7e31a1923873f4a8c128..c802f74ec2a4650414af77e8d88d0d8ff23f874e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6291,6 +6291,22 @@ Keep your key file in a safe place. You will need it to create new versions of y
Options
</message>
+ <!-- Offline page -->
+ <if expr="pp_ifdef('chromeos')">
+ <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headline">
+ Network is not available.
+ </message>
+ <message name="IDS_OFFLINE_LOAD_DESCRIPTION" desc="Offline Page HTML description">
+ Page will be loaded when network becomes available. Press 'Load Now' if you want to load now.
+ </message>
+ <message name="IDS_OFFLINE_LOAD_BUTTON">
+ Load Now
+ </message>
+ <message name="IDS_OFFLINE_BACK_BUTTON">
+ Cancel
+ </message>
+ </if>
+
<!-- SafeBrowsing -->
<message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title">
Malware Detected!
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698