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

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

Issue 7529051: ntp: use web store as default mv tile instead of themes gallery (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated thumbnail Created 9 years, 4 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/ntp/most_visited_handler.cc
diff --git a/chrome/browser/ui/webui/ntp/most_visited_handler.cc b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
index 73a1363ae3a93a056506964a176dab6d21a687d7..25e07843f2293ea873edb4b40c245bdfa91520e0 100644
--- a/chrome/browser/ui/webui/ntp/most_visited_handler.cc
+++ b/chrome/browser/ui/webui/ntp/most_visited_handler.cc
@@ -291,9 +291,9 @@ void MostVisitedHandler::SetPagesValueFromTopSites(
"chrome://theme/IDR_NEWTAB_CHROME_WELCOME_PAGE_THUMBNAIL");
page_value->SetString("faviconDominantColor", "rgb(0, 147, 60)");
} else if (url.url.spec() ==
- l10n_util::GetStringUTF8(IDS_THEMES_GALLERY_URL)) {
+ l10n_util::GetStringUTF8(IDS_WEBSTORE_URL)) {
page_value->SetString("thumbnailUrl",
- "chrome://theme/IDR_NEWTAB_THEMES_GALLERY_THUMBNAIL");
+ "chrome://theme/IDR_NEWTAB_WEBSTORE_THUMBNAIL");
page_value->SetString("faviconDominantColor", "rgb(63, 132, 197)");
}
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698