From a0448004098a36c0f81cbacadf91be55f9363dc7 Mon Sep 17 00:00:00 2001 From: "grt@chromium.org" Date: Tue, 19 Jun 2012 04:32:10 +0000 Subject: Suffix Chrome's appid on user-level installs ShellIntegration::GetAppId() --> ShellIntegration::GetProfileAppId() for clarity (i.e. having two functions called "GetAppId" is confusing imo). Patch From Gabriel Charette BUG=125362, 133173 TEST=Make sure 125362 doesn't repro. http://goo.gl/ZZ7gE ShellIntegrationTest.GetAppModelIdForProfileTest ShellUtilTest.BuildAppModelId* SessionRestoreTest.RestoreAfterClosingTabbedBrowserWithAppAndLaunching AppModeTest.EnableAppModeTest Review URL: https://chromiumcodereview.appspot.com/10542031 Patch from Gabriel Charette . git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142909 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/installer/util/google_chrome_distribution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/installer/util/google_chrome_distribution.h') diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h index 6c4d87d..9642f97 100644 --- a/chrome/installer/util/google_chrome_distribution.h +++ b/chrome/installer/util/google_chrome_distribution.h @@ -44,7 +44,7 @@ class GoogleChromeDistribution : public BrowserDistribution { virtual string16 GetAlternateApplicationName() OVERRIDE; - virtual string16 GetBrowserAppId() OVERRIDE; + virtual string16 GetBaseAppId() OVERRIDE; virtual string16 GetInstallSubDir() OVERRIDE; -- cgit v1.1