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

Unified Diff: chrome/installer/util/browser_distribution.h

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r142814 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 | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/browser_distribution.h
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
index 7d02b63f0807bcddbc309da77f8dca4fac8a472c..7a78cc54826316c83526412087ae2a7e9cec01d6 100644
--- a/chrome/installer/util/browser_distribution.h
+++ b/chrome/installer/util/browser_distribution.h
@@ -79,7 +79,11 @@ class BrowserDistribution {
virtual string16 GetAlternateApplicationName();
- virtual string16 GetBrowserAppId();
+ // Returns the unsuffixed appid of this program.
+ // The AppUserModelId is a property of Windows programs.
+ // IMPORTANT: This should only be called by ShellUtil::GetAppId as the appid
+ // should be suffixed in all scenarios.
+ virtual string16 GetBaseAppId();
virtual string16 GetInstallSubDir();
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698