Index: chrome/browser/dom_ui/new_tab_ui.cc |
=================================================================== |
--- chrome/browser/dom_ui/new_tab_ui.cc (revision 23002) |
+++ chrome/browser/dom_ui/new_tab_ui.cc (working copy) |
@@ -1551,7 +1551,7 @@ |
} |
#ifdef CHROME_PERSONALIZATION |
- if (!Personalization::IsP13NDisabled(GetProfile())) { |
+ if (Personalization::IsSyncEnabled(GetProfile())) { |
AddMessageHandler(Personalization::CreateNewTabPageHandler(this)); |
} |
#endif |