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

Unified Diff: chrome/browser/extensions/component_loader.cc

Issue 1126383003: Add strings for webstore widget app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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/extensions/api/webstore_widget_private/webstore_widget_private_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index c57f92afb39d24b4d01301c0c595e48f73a45291..b4bf6f06196c3ebb17472b9ca624040a913a68d6 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -331,8 +331,11 @@ void ComponentLoader::AddGalleryExtension() {
void ComponentLoader::AddWebstoreWidgetExtension() {
#if defined(OS_CHROMEOS)
- Add(IDR_CHROME_APPS_WEBSTORE_WIDGET_MANIFEST,
- base::FilePath(FILE_PATH_LITERAL("webstore_widget")));
+ AddWithNameAndDescription(
+ IDR_CHROME_APPS_WEBSTORE_WIDGET_MANIFEST,
+ base::FilePath(FILE_PATH_LITERAL("webstore_widget")),
+ IDS_WEBSTORE_WIDGET_APP_NAME,
+ IDS_WEBSTORE_WIDGET_APP_DESC);
#endif
}
« no previous file with comments | « chrome/browser/extensions/api/webstore_widget_private/webstore_widget_private_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698