Index: chrome/browser/chromeos/offline/offline_load_page.h |
diff --git a/chrome/browser/chromeos/offline/offline_load_page.h b/chrome/browser/chromeos/offline/offline_load_page.h |
index b6eb0462405ab6cfe778e6a4dab94ce031823537..fc8c528cf5e9ed42e8d489e52cc9bc7d68aa7323 100644 |
--- a/chrome/browser/chromeos/offline/offline_load_page.h |
+++ b/chrome/browser/chromeos/offline/offline_load_page.h |
@@ -13,6 +13,8 @@ |
#include "chrome/common/notification_observer.h" |
#include "chrome/common/notification_service.h" |
+class DictionaryValue; |
+class Extension; |
class TabContents; |
namespace chromeos { |
@@ -59,6 +61,14 @@ class OfflineLoadPage : public InterstitialPage { |
const NotificationSource& source, |
const NotificationDetails& details); |
+ // Retrieves template strings of the offline page for app and |
+ // normal site. |
+ void GetAppOfflineStrings(const Extension* app, |
+ const string16& faield_url, |
+ DictionaryValue* strings) const; |
+ void GetNormalOfflineStrings(const string16& faield_url, |
+ DictionaryValue* strings) const; |
+ |
Delegate* delegate_; |
NotificationRegistrar registrar_; |