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

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

Issue 907473002: Polish UI of bookmark app creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Feedback Created 5 years, 10 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/views/extensions/bookmark_app_bubble_view.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/ntp_resource_cache.cc
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
index 244c8e4e07294ec253fe7435cc30a0c470518c3e..e9e624d650ef1cb20896be8139730ad242a55eab 100644
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc
@@ -501,12 +501,6 @@ void NTPResourceCache::CreateNewTabHTML() {
bool bookmark_apps_enabled = extensions::util::IsNewBookmarkAppsEnabled();
load_time_data.SetBoolean("enableNewBookmarkApps", bookmark_apps_enabled);
- // Use a different string for launching as a regular tab when bookmark apps
- // are enabled.
- if (bookmark_apps_enabled) {
- load_time_data.SetString("applaunchtypetab",
- l10n_util::GetStringUTF16(IDS_APP_CONTEXT_MENU_OPEN_TAB));
- }
#if defined(OS_CHROMEOS)
load_time_data.SetString("expandMenu",
« no previous file with comments | « chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698