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

Unified Diff: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc

Issue 8760003: [ntp4] Remove bookmarks page implementation and resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: update page_list_view.js Created 9 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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().
« no previous file with comments | « chrome/browser/ui/webui/ntp/new_tab_ui.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698