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

Unified Diff: chrome/browser/chromeos/offline/offline_load_page.cc

Issue 9427008: Make offline error page visible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | chrome/browser/resources/chromeos/offline_load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/offline/offline_load_page.cc
diff --git a/chrome/browser/chromeos/offline/offline_load_page.cc b/chrome/browser/chromeos/offline/offline_load_page.cc
index 4524c3aaaafc164fef95826d67b9dcefaa1c7548..4c6be59b859e5f44eb3929e80647e2d37a41a927 100644
--- a/chrome/browser/chromeos/offline/offline_load_page.cc
+++ b/chrome/browser/chromeos/offline/offline_load_page.cc
@@ -72,7 +72,7 @@ void OfflineLoadPage::Show() {
std::string OfflineLoadPage::GetHTMLContents() {
DictionaryValue strings;
- int64 time_to_wait = 0; // kMaxBlankPeriod
+ int64 time_to_wait = kMaxBlankPeriod;
// Set the timeout to show the page.
strings.SetInteger("time_to_wait", static_cast<int>(time_to_wait));
// Button labels
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/offline_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698