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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache.h

Issue 9515010: Chrome on Android : Begin removing references to themes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months 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/ui/webui/ntp/ntp_resource_cache.h
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
index 382e2259c4d7da3065895bcb6e0f5972ab0a5fe0..c492926a8b954d0d20cf40e2a311313734685f49 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
@@ -37,6 +37,7 @@ class NTPResourceCache : public content::NotificationObserver,
private:
Profile* profile_;
+#if !defined(OS_ANDROID)
// Returns a message describing any newly-added sync types, or an empty
// string if all types have already been acknowledged.
string16 GetSyncTypeMessage();
@@ -53,6 +54,10 @@ class NTPResourceCache : public content::NotificationObserver,
content::NotificationRegistrar registrar_;
PrefChangeRegistrar pref_change_registrar_;
+#else
+ void CreateNewTabHTML();
+ scoped_refptr<RefCountedMemory> new_tab_html_;
+#endif
DISALLOW_COPY_AND_ASSIGN(NTPResourceCache);
};

Powered by Google App Engine
This is Rietveld 408576698