Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
=================================================================== |
--- chrome/browser/ui/webui/ntp/ntp_resource_cache.cc (revision 112258) |
+++ chrome/browser/ui/webui/ntp/ntp_resource_cache.cc (working copy) |
@@ -419,10 +419,6 @@ |
UserMetrics::RecordAction(UserMetricsAction("NTPPromoShown")); |
} |
- // Enable or disable bookmark features based on an about flag. |
- localized_strings.SetString("bookmark_features", |
- NewTabUI::NTP4BookmarkFeaturesEnabled() ? "true" : "false"); |
- |
// Load the new tab page appropriate for this build |
std::string full_html; |
base::StringPiece new_tab_html(ResourceBundle::GetSharedInstance(). |