| Index: chrome/common/localized_error.h
|
| diff --git a/chrome/common/localized_error.h b/chrome/common/localized_error.h
|
| index c79c72ce5946031cafd6834c19261ec7d6d7338f..32374818b82ba0f713bf909b4420830919f0f110 100644
|
| --- a/chrome/common/localized_error.h
|
| +++ b/chrome/common/localized_error.h
|
| @@ -34,6 +34,7 @@ class LocalizedError {
|
| bool is_post,
|
| bool stale_copy_in_cache,
|
| bool can_show_network_diagnostics_dialog,
|
| + bool has_offline_pages,
|
| const std::string& locale,
|
| const std::string& accept_languages,
|
| scoped_ptr<error_page::ErrorPageParams> params,
|
|
|