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

Unified Diff: chrome/browser/shell_integration_win_unittest.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: 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_unittest.cc
diff --git a/chrome/browser/shell_integration_win_unittest.cc b/chrome/browser/shell_integration_win_unittest.cc
index 04b600d01aff02218c765fcedda398d4e803cfa6..e03657d7166c1ea19de1da9660d22cfc0802525c 100644
--- a/chrome/browser/shell_integration_win_unittest.cc
+++ b/chrome/browser/shell_integration_win_unittest.cc
@@ -199,6 +199,9 @@ TEST(ShellIntegrationWinTest, GetAppModelIdForProfileTest) {
TEST(ShellIntegrationWinTest, GetAppListAppModelIdForProfileTest) {
string16 base_app_id(BrowserDistribution::GetDistribution()->GetBaseAppId());
base_app_id.append(L"AppList");
+ string16 suffix;
+ ShellUtil::GetUserSpecificRegistrySuffix(&suffix);
+ base_app_id.append(suffix);
// Empty profile path should get chrome::kBrowserAppID + AppList
base::FilePath empty_path;

Powered by Google App Engine
This is Rietveld 408576698