| 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
|
|
|