| 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);
|
| };
|
|
|