| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "chrome/browser/chromeos/offline/offline_load_page.h" | 5 #include "chrome/browser/chromeos/offline/offline_load_page.h" |
| 6 | 6 |
| 7 #include "apps/launcher.h" | 7 #include "apps/launcher.h" |
| 8 #include "ash/shell.h" | 8 #include "ash/shell.h" |
| 9 #include "ash/shell_delegate.h" | 9 #include "ash/shell_delegate.h" |
| 10 #include "ash/system/tray/system_tray_delegate.h" | 10 #include "ash/system/tray/system_tray_delegate.h" |
| 11 #include "base/i18n/rtl.h" | 11 #include "base/i18n/rtl.h" |
| 12 #include "base/metrics/histogram.h" | 12 #include "base/metrics/histogram.h" |
| 13 #include "base/prefs/pref_service.h" | 13 #include "base/prefs/pref_service.h" |
| 14 #include "base/strings/string_piece.h" | 14 #include "base/strings/string_piece.h" |
| 15 #include "base/strings/stringprintf.h" | 15 #include "base/strings/stringprintf.h" |
| 16 #include "base/strings/utf_string_conversions.h" | 16 #include "base/strings/utf_string_conversions.h" |
| 17 #include "base/values.h" | 17 #include "base/values.h" |
| 18 #include "chrome/browser/browser_process.h" | 18 #include "chrome/browser/browser_process.h" |
| 19 #include "chrome/browser/chrome_notification_types.h" | 19 #include "chrome/browser/chrome_notification_types.h" |
| 20 #include "chrome/browser/profiles/profile.h" | 20 #include "chrome/browser/profiles/profile.h" |
| 21 #include "chrome/browser/renderer_preferences_util.h" | 21 #include "chrome/browser/renderer_preferences_util.h" |
| 22 #include "chrome/browser/tab_contents/tab_util.h" | 22 #include "chrome/browser/tab_contents/tab_util.h" |
| 23 #include "chrome/common/extensions/extension_constants.h" | 23 #include "chrome/common/extensions/extension_constants.h" |
| 24 #include "chrome/common/localized_error.h" | 24 #include "chrome/common/localized_error.h" |
| 25 #include "chrome/common/pref_names.h" | 25 #include "chrome/common/pref_names.h" |
| 26 #include "chrome/common/url_constants.h" | 26 #include "chrome/common/url_constants.h" |
| 27 #include "chrome/grit/browser_resources.h" | 27 #include "chrome/grit/browser_resources.h" |
| 28 #include "components/error_page/common/error_page_params.h" |
| 28 #include "content/public/browser/browser_thread.h" | 29 #include "content/public/browser/browser_thread.h" |
| 29 #include "content/public/browser/interstitial_page.h" | 30 #include "content/public/browser/interstitial_page.h" |
| 30 #include "content/public/browser/notification_types.h" | 31 #include "content/public/browser/notification_types.h" |
| 31 #include "content/public/browser/web_contents.h" | 32 #include "content/public/browser/web_contents.h" |
| 32 #include "extensions/browser/extension_registry.h" | 33 #include "extensions/browser/extension_registry.h" |
| 33 #include "extensions/browser/extension_system.h" | 34 #include "extensions/browser/extension_system.h" |
| 34 #include "extensions/common/extension.h" | 35 #include "extensions/common/extension.h" |
| 35 #include "extensions/common/extension_icon_set.h" | 36 #include "extensions/common/extension_icon_set.h" |
| 36 #include "extensions/common/manifest_handlers/icons_handler.h" | 37 #include "extensions/common/manifest_handlers/icons_handler.h" |
| 37 #include "net/base/escape.h" | 38 #include "net/base/escape.h" |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 if (extension && !extension->from_bookmark()) { | 81 if (extension && !extension->from_bookmark()) { |
| 81 LocalizedError::GetAppErrorStrings(url_, extension, &error_strings); | 82 LocalizedError::GetAppErrorStrings(url_, extension, &error_strings); |
| 82 resource_id = IDR_OFFLINE_APP_LOAD_HTML; | 83 resource_id = IDR_OFFLINE_APP_LOAD_HTML; |
| 83 } else { | 84 } else { |
| 84 const std::string locale = g_browser_process->GetApplicationLocale(); | 85 const std::string locale = g_browser_process->GetApplicationLocale(); |
| 85 const std::string accept_languages = | 86 const std::string accept_languages = |
| 86 profile->GetPrefs()->GetString(prefs::kAcceptLanguages); | 87 profile->GetPrefs()->GetString(prefs::kAcceptLanguages); |
| 87 LocalizedError::GetStrings(net::ERR_INTERNET_DISCONNECTED, | 88 LocalizedError::GetStrings(net::ERR_INTERNET_DISCONNECTED, |
| 88 net::kErrorDomain, url_, false, false, locale, | 89 net::kErrorDomain, url_, false, false, locale, |
| 89 accept_languages, | 90 accept_languages, |
| 90 scoped_ptr<LocalizedError::ErrorPageParams>(), | 91 scoped_ptr<error_page::ErrorPageParams>(), |
| 91 &error_strings); | 92 &error_strings); |
| 92 resource_id = IDR_OFFLINE_NET_LOAD_HTML; | 93 resource_id = IDR_OFFLINE_NET_LOAD_HTML; |
| 93 } | 94 } |
| 94 | 95 |
| 95 const base::StringPiece template_html( | 96 const base::StringPiece template_html( |
| 96 ResourceBundle::GetSharedInstance().GetRawDataResource( | 97 ResourceBundle::GetSharedInstance().GetRawDataResource( |
| 97 resource_id)); | 98 resource_id)); |
| 98 // "t" is the id of the templates root node. | 99 // "t" is the id of the templates root node. |
| 99 return webui::GetTemplatesHtml(template_html, &error_strings, "t"); | 100 return webui::GetTemplatesHtml(template_html, &error_strings, "t"); |
| 100 } | 101 } |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; | 156 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; |
| 156 DVLOG(1) << "ConnectionTypeObserver notification received: state=" | 157 DVLOG(1) << "ConnectionTypeObserver notification received: state=" |
| 157 << (online ? "online" : "offline"); | 158 << (online ? "online" : "offline"); |
| 158 if (online) { | 159 if (online) { |
| 159 net::NetworkChangeNotifier::RemoveConnectionTypeObserver(this); | 160 net::NetworkChangeNotifier::RemoveConnectionTypeObserver(this); |
| 160 interstitial_page_->Proceed(); | 161 interstitial_page_->Proceed(); |
| 161 } | 162 } |
| 162 } | 163 } |
| 163 | 164 |
| 164 } // namespace chromeos | 165 } // namespace chromeos |
| OLD | NEW |