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

Unified Diff: chrome/browser/shell_integration_win.cc

Issue 13864015: Move app launcher and chrome apps shortcut strings into the installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migrate_app_id_fix
Patch Set: rework Created 7 years, 8 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
Index: chrome/browser/shell_integration_win.cc
diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
index fb1bd643b7d061084fed2ec030ee51c53bc17a58..ec08fbc2094da7c7e72c96ec203051fe6a97a044 100644
--- a/chrome/browser/shell_integration_win.cc
+++ b/chrome/browser/shell_integration_win.cc
@@ -83,6 +83,7 @@ string16 GetAppListAppName() {
BrowserDistribution* dist = BrowserDistribution::GetDistribution();
string16 app_name(dist->GetBaseAppId());
app_name.append(kAppListAppNameSuffix);
+
gab 2013/04/29 21:34:44 nit: Remove extra empty line.
calamity 2013/04/30 08:11:28 Done.
return app_name;
}
« no previous file with comments | « no previous file | chrome/browser/shell_integration_win_unittest.cc » ('j') | chrome/browser/shell_integration_win_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698