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

Unified Diff: chrome/browser/shell_integration.h

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on hkcu@appname@suffix@r142136 Created 8 years, 6 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 | « no previous file | chrome/browser/shell_integration_win.cc » ('j') | chrome/browser/shell_integration_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/shell_integration.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index eb7d716c6e81a1cfdf6b450fbc80e300f657fee4..ba4ba9487ff75d74512eed00122fd83428e671ec 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -126,11 +126,14 @@ class ShellIntegration {
// Generates Win7 app id for given app name and profile path. The returned app
grt (UTC plus 2) 2012/06/15 03:03:03 "Generates an application user model ID (AppUserMo
gab 2012/06/15 19:01:04 Done.
// id is in the format of "|app_name|[.<profile_id>]". "profile_id" is
// appended when user override the default value.
- static string16 GetAppId(const string16& app_name,
- const FilePath& profile_path);
-
- // Generates Win7 app id for Chromium by calling GetAppId with
- // chrome::kBrowserAppID as app_name.
+ // Note: If the app has an installation specific suffix (e.g. on user-level
+ // Chrome installs), |app_name| should already be suffixed, this method will
+ // then further suffix it with the profile id as described above.
+ static string16 GetProfileAppId(const string16& app_name,
grt (UTC plus 2) 2012/06/15 03:03:03 "Profile" in the name of this function is misleadi
gab 2012/06/15 19:01:04 I like :).
+ const FilePath& profile_path);
+
+ // Generates Win7 app id for Chromium by calling GetProfileAppId with
grt (UTC plus 2) 2012/06/15 03:03:03 "Generates an application user model ID (AppUserMo
gab 2012/06/15 19:01:04 Done.
+ // ShellUtil::GetAppId as app_name.
static string16 GetChromiumAppId(const FilePath& profile_path);
// Returns the path to the Chromium icon. This is used to specify the icon
« no previous file with comments | « no previous file | chrome/browser/shell_integration_win.cc » ('j') | chrome/browser/shell_integration_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698