Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5189)

Unified Diff: chrome/browser/chromeos/offline/offline_load_page.h

Issue 5151006: New offline page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698