Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/ntp/ntp_resource_cache.cc (revision 111699) |
| +++ chrome/browser/ui/webui/ntp/ntp_resource_cache.cc (working copy) |
| @@ -377,7 +377,7 @@ |
| NewTabPageHandler::GetLocalizedValues(profile_, &localized_strings); |
| NTPLoginHandler::GetLocalizedValues(profile_, &localized_strings); |
| - SyncSetupHandler::GetStaticLocalizedValues(&localized_strings); |
| + SyncSetupHandler::GetStaticLocalizedValues(&localized_strings, NULL); |
|
sail
2011/11/28 20:14:02
Hm.. this may not be needed anymore. I'll take a l
sail
2011/11/28 20:33:09
Just verified. None of the strings in SyncSetupHan
SteveT
2011/11/28 20:40:59
Done.
|
| // Don't initiate the sync related message passing with the page if the sync |
| // code is not present. |