| 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 952072998acbfd78f7c313f39289127552697838..02198472188c31ba066aabd81d9fe7a4b9d2477d 100644
|
| --- a/chrome/browser/chromeos/offline/offline_load_page.cc
|
| +++ b/chrome/browser/chromeos/offline/offline_load_page.cc
|
| @@ -50,9 +50,6 @@ using content::WebContents;
|
|
|
| namespace {
|
|
|
| -// Maximum time to show a blank page.
|
| -const int kMaxBlankPeriod = 3000;
|
| -
|
| // A utility function to set the dictionary's value given by |resource_id|.
|
| void SetString(DictionaryValue* strings, const char* name, int resource_id) {
|
| strings->SetString(name, l10n_util::GetStringUTF16(resource_id));
|
|
|