summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/offline/offline_load_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/offline/offline_load_page.h')
-rw-r--r--chrome/browser/chromeos/offline/offline_load_page.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/offline/offline_load_page.h b/chrome/browser/chromeos/offline/offline_load_page.h
index b6eb046..fc8c528 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_;