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

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

Issue 264543002: Revert 267095 "Remove WebUI NTP on Android." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h
===================================================================
--- trunk/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h (revision 267099)
+++ trunk/src/chrome/browser/ui/webui/ntp/ntp_resource_cache.h (working copy)
@@ -76,6 +76,7 @@
scoped_refptr<base::RefCountedMemory> new_tab_html_;
+#if !defined(OS_ANDROID)
// Returns a message describing any newly-added sync types, or an empty
// string if all types have already been acknowledged.
base::string16 GetSyncTypeMessage();
@@ -96,6 +97,7 @@
content::NotificationRegistrar registrar_;
PrefChangeRegistrar profile_pref_change_registrar_;
PrefChangeRegistrar local_state_pref_change_registrar_;
+#endif
// Set based on platform_util::IsSwipeTrackingFromScrollEventsEnabled.
bool is_swipe_tracking_from_scroll_events_enabled_;

Powered by Google App Engine
This is Rietveld 408576698